Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Regression

com.jogamp.common.util.IntIntHashMapTest.benchmark

Failing for the past 1 build (Since Unstable#319 )
Took 61 ms.

Error Message

'remove' too slow

Stacktrace

junit.framework.AssertionFailedError: 'remove' too slow
	at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:318)
	at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:249)

Standard Output

com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 5.159036ms
   map:   18.977352ms

get
   iimap: 5.117796ms
   map:   3.739495ms

remove
   iimap: 1.387761ms
   map:   9.326172ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.15554ms
   map:   3.140913ms

get
   iimap: 0.414152ms
   map:   1.424409ms

remove
   iimap: 3.766273ms
   map:   1.510822ms