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:200) at com.jogamp.common.util.LongIntHashMapTest.benchmark(LongIntHashMapTest.java:131)
Standard Output
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true put iimap: 3.348ms map: 2.596ms get iimap: 4.632ms map: 1.434ms remove iimap: 5.982ms map: 1.791ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.407ms map: 2.285ms get iimap: 4.531ms map: 1.246ms remove iimap: 6.501ms map: 1.784ms