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:307) at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:238)
Standard Output
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true put iimap: 1.139ms map: 2.641ms get iimap: 1.356ms map: 2.313ms remove iimap: 0.737ms map: 4.532ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.426ms map: 2.847ms get iimap: 0.874ms map: 1.51ms remove iimap: 52.036ms map: 1.866ms