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#197 )
Took 66 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.767ms
   map:   5.011ms

get
   iimap: 4.356ms
   map:   3.944ms

remove
   iimap: 4.805ms
   map:   24.444ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.541ms
   map:   2.802ms

get
   iimap: 1.048ms
   map:   2.19ms

remove
   iimap: 3.211ms
   map:   2.399ms