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.30436ms map: 2.129768ms get iimap: 2.446035ms map: 1.183771ms remove iimap: 0.674861ms map: 8.915708ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.266074ms map: 2.178764ms get iimap: 12.968676ms map: 1.282426ms remove iimap: 0.731696ms map: 1.180768ms