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: 16.785ms map: 2.305ms get iimap: 4.749ms map: 1.277ms remove iimap: 4.638ms map: 1.74ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.329ms map: 2.397ms get iimap: 5.335ms map: 1.228ms remove iimap: 5.229ms map: 1.618ms