Failed
com.jogamp.common.util.IntIntHashMapTest.benchmark
Failing for the past 1 build
(Since Unstable )
Error Message
'get' too slow
Stacktrace
junit.framework.AssertionFailedError: 'get' too slow at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:306) 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.438ms map: 3.053ms get iimap: 3.558ms map: 1.966ms remove iimap: 0.908ms map: 5.756ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.537ms map: 2.252ms get iimap: 0.223ms map: 0.827ms remove iimap: 0.252ms map: 1.188ms