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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.410143ms
   map:   3.385746ms

remove
   iimap: 1.251476ms
   map:   7.646951ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.494818ms
   map:   2.973691ms

get
   iimap: 0.436294ms
   map:   1.326424ms

remove
   iimap: 0.376655ms
   map:   1.244141ms