are-we-fast-yet icon indicating copy to clipboard operation
are-we-fast-yet copied to clipboard

CD does time out on Pharo 5.0

Open smarr opened this issue 7 years ago • 1 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

smarr avatar Jul 25 '16 08:07 smarr

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

smarr avatar Jul 25 '16 11:07 smarr

I think the underlying issue was likely fixed with: https://github.com/smarr/are-we-fast-yet/pull/69

smarr avatar Feb 16 '24 22:02 smarr