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

Passed

com.jogamp.common.util.IntIntHashMapTest.cloneTest

Took 0.24 sec.

Standard Output

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

get
   iimap: 6.228344ms
   map:   3.451683ms

remove
   iimap: 1.455866ms
   map:   8.187013ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.379991ms
   map:   5.028101ms

get
   iimap: 1.476083ms
   map:   2.59744ms

remove
   iimap: 1.327ms
   map:   2.654767ms