smarr / are-we-fast-yet

Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CD does time out on Pharo 5.0

smarr opened this issue · comments

With a problem size of 10, as in the tests, CD runs fine, but with larger problem sizes, it does not finish.

For example:
pharo AWFY.image run.st CD 100 100

This is with get.pharo.org/vm50

pharo AWFY.image run.st CD 100  100
Starting CD benchmark ...

CD: iterations=1 runtime: 4165824110us
CD: iterations=1 runtime: 3696891449us

I think the underlying issue was likely fixed with: #69