April 12, 2017
12:42 p.m.
Hi. With latest VM these benches are similar. New compaction solves the problem I guess 2015-12-18 18:36 GMT+01:00 Denis Kudriashov <dionisiydk@gmail.com>:
Hi.
I found case where Spur more slow than Cog. Not much but.
prototype := BorderedMorph new.
result := [prototype veryDeepCopy ] benchFor: 2 seconds.
In my computer I got:
Cog: a BenchmarkResult(16,982 iterations in 2 seconds 1 millisecond. 8,487 per second) Spur: a BenchmarkResult(12,507 iterations in 2 seconds 33 milliseconds. 6,152 per second).
Is it expected behavior for such case?