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#462 )
Took 46 ms.

Error Message

'remove' too slow

Stacktrace

junit.framework.AssertionFailedError: 'remove' too slow
	at com.jogamp.common.util.LongIntHashMapTest.benchmark(LongIntHashMapTest.java:197)
	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.229ms
   map:   2.111ms

get
   iimap: 2.342ms
   map:   1.43ms

remove
   iimap: 0.813ms
   map:   4.236ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.18ms
   map:   2.042ms

get
   iimap: 0.799ms
   map:   1.422ms

remove
   iimap: 3.757ms
   map:   1.743ms