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:318) at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:249)
Standard Output
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true put iimap: 8.101252ms map: 11.982178ms get iimap: 5.227254ms map: 3.416895ms remove iimap: 1.401053ms map: 8.349062ms com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false put iimap: 2.332698ms map: 5.066519ms get iimap: 1.516107ms map: 3.370401ms remove iimap: 6.616697ms map: 3.305761ms