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.256ms map: 9.034ms get iimap: 6.879ms map: 1.47ms remove iimap: 0.848ms map: 2.105ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.248ms map: 2.254ms get iimap: 4.451ms map: 1.236ms remove iimap: 0.773ms map: 2.016ms