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: 13.945ms map: 4.381ms get iimap: 2.196ms map: 9.963ms remove iimap: 2.699ms map: 7.406ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.154ms map: 2.024ms get iimap: 1.073ms map: 4.677ms remove iimap: 4.937ms map: 1.428ms