Skip to content

Regression

com.jogamp.common.util.IntIntHashMapTest.benchmark

Failing for the past 1 build (Since Unstable#427 )
Took 0.31 sec.

Error Message

'remove' too slow

Stacktrace

junit.framework.AssertionFailedError: 'remove' too slow
	at com.jogamp.common.util.IntIntHashMapTest.benchmark(IntIntHashMapTest.java:307)
	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.354906ms
   map:   88.803474ms

get
   iimap: 19.138538ms
   map:   36.97387ms

remove
   iimap: 0.728143ms
   map:   35.69793ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.164131ms
   map:   19.283499ms

get
   iimap: 0.738545ms
   map:   1.265572ms

remove
   iimap: 17.702192ms
   map:   1.234224ms