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#416 )
Took 52 ms.

Error Message

'get' too slow

Stacktrace

junit.framework.AssertionFailedError: 'get' too slow
	at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:306)
	at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:238)

Standard Output

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

get
   iimap: 1.306ms
   map:   2.062ms

remove
   iimap: 0.764ms
   map:   4.329ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.141ms
   map:   2.474ms

get
   iimap: 5.96ms
   map:   1.636ms

remove
   iimap: 0.884ms
   map:   1.805ms