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

Passed

com.jogamp.common.util.IntIntHashMapTest.testPutRemove

Took 3.5 sec.

Standard Output

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

get
   iimap: 5.117796ms
   map:   3.739495ms

remove
   iimap: 1.387761ms
   map:   9.326172ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.15554ms
   map:   3.140913ms

get
   iimap: 0.414152ms
   map:   1.424409ms

remove
   iimap: 3.766273ms
   map:   1.510822ms