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.257ms map: 7.969ms get iimap: 8.158ms map: 1.383ms remove iimap: 0.903ms map: 1.979ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.928ms map: 16.418ms get iimap: 4.698ms map: 1.189ms remove iimap: 0.832ms map: 1.601ms