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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 11 ms.

Standard Output

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

get
   iimap: 2.830911ms
   map:   3.751602ms

remove
   iimap: 1.442485ms
   map:   10.518646ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.143133ms
   map:   3.252677ms

get
   iimap: 0.426843ms
   map:   1.443805ms

remove
   iimap: 0.375915ms
   map:   1.389686ms