Skip to content
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#215 )
Took 75 ms.

Error Message

'remove' too slow

Stacktrace

junit.framework.AssertionFailedError: 'remove' too slow
	at com.jogamp.common.util.LongIntHashMapTest.benchmark(LongIntHashMapTest.java:202)
	at com.jogamp.common.util.LongIntHashMapTest.benchmark(LongIntHashMapTest.java:137)

Standard Output

com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.647ms
   map:   4.958ms

get
   iimap: 6.496ms
   map:   3.81ms

remove
   iimap: 5.291ms
   map:   23.352ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.55ms
   map:   2.96ms

get
   iimap: 1.035ms
   map:   3.215ms

remove
   iimap: 9.462ms
   map:   2.395ms