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.328ms map: 2.272ms get iimap: 4.347ms map: 1.295ms remove iimap: 0.784ms map: 1.653ms com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false put iimap: 1.329ms map: 2.356ms get iimap: 4.641ms map: 1.178ms remove iimap: 0.759ms map: 1.629ms