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.426ms map: 2.85ms get iimap: 1.467ms map: 2.487ms remove iimap: 0.855ms map: 5.263ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.443ms map: 2.922ms get iimap: 0.939ms map: 1.521ms remove iimap: 5.376ms map: 1.929ms