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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 2.365189ms
   map:   4.174802ms

remove
   iimap: 1.292626ms
   map:   7.63488ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.490363ms
   map:   2.901312ms

get
   iimap: 0.441719ms
   map:   1.30921ms

remove
   iimap: 0.36996ms
   map:   1.24064ms