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.737ms map: 4.29ms get iimap: 4.952ms map: 1.841ms remove iimap: 1.25ms map: 2.624ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.746ms map: 3.883ms get iimap: 7.152ms map: 1.931ms remove iimap: 1.22ms map: 2.406ms