The Jenkins Controller is preparing for shutdown. No new builds can be started.
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.133ms map: 2.257ms get iimap: 1.246ms map: 1.943ms remove iimap: 0.794ms map: 4.145ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 1.229ms map: 2.369ms get iimap: 0.831ms map: 1.323ms remove iimap: 3.309ms map: 1.689ms