The Jenkins Controller is preparing for shutdown. No new builds can be started.
Regression
com.jogamp.common.util.LongIntHashMapTest.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.LongIntHashMapTest.benchmark(LongIntHashMapTest.java:196) at com.jogamp.common.util.LongIntHashMapTest.benchmark(LongIntHashMapTest.java:127)
Standard Output
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true put iimap: 1.316ms map: 12.592ms get iimap: 4.058ms map: 1.274ms remove iimap: 2.17ms map: 1.996ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.268ms map: 2.266ms get iimap: 16.277ms map: 1.336ms remove iimap: 0.843ms map: 1.704ms