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.351ms map: 2.261ms get iimap: 3.945ms map: 1.218ms remove iimap: 0.856ms map: 7.345ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.311ms map: 2.425ms get iimap: 17.972ms map: 1.351ms remove iimap: 0.851ms map: 1.975ms