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.953ms map: 8.943ms get iimap: 4.11ms map: 1.251ms remove iimap: 0.76ms map: 1.767ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 24.682ms map: 2.283ms get iimap: 4.377ms map: 2.005ms remove iimap: 0.883ms map: 1.666ms