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

Failed

com.jogamp.common.util.IntIntHashMapTest.benchmark

Failing for the past 2 builds (Since Unstable#416 )
Took 0.1 sec.

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.397ms
   map:   2.717ms

get
   iimap: 2.793ms
   map:   2.931ms

remove
   iimap: 0.86ms
   map:   14.372ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.214ms
   map:   2.716ms

get
   iimap: 2.615ms
   map:   1.704ms

remove
   iimap: 0.924ms
   map:   2.207ms