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#352 )
Took 48 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: 4.431761ms
   map:   8.492712ms

get
   iimap: 2.602227ms
   map:   3.605496ms

remove
   iimap: 1.690623ms
   map:   9.948863ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.546359ms
   map:   3.317111ms

get
   iimap: 0.407957ms
   map:   1.436459ms

remove
   iimap: 2.530028ms
   map:   1.394605ms