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.215755ms map: 20.557264ms get iimap: 1.301716ms map: 63.473465ms remove iimap: 0.894199ms map: 22.14412ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.161441ms map: 19.0941ms get iimap: 0.754331ms map: 1.310434ms remove iimap: 17.71558ms map: 1.225034ms