Regression
com.jogamp.common.util.IntIntHashMapTest.benchmark
Failing for the past 1 build
(Since Unstable )
Error Message
'remove' too slow
Stacktrace
junit.framework.AssertionFailedError: 'remove' too slow at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:311) at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:242)
Standard Output
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true put iimap: 2.209ms map: 3.041ms get iimap: 3.787ms map: 2.292ms remove iimap: 1.159ms map: 6.966ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.218ms map: 21.608ms get iimap: 0.306ms map: 0.84ms remove iimap: 0.343ms map: 1.072ms