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.357153ms map: 2.569996ms get iimap: 2.409191ms map: 2.673536ms remove iimap: 0.718366ms map: 12.353265ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.373911ms map: 2.602913ms get iimap: 0.755783ms map: 1.318038ms remove iimap: 8.817934ms map: 1.446024ms