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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 12 ms.

Standard Output

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

get
   iimap: 5.014698ms
   map:   3.895699ms

remove
   iimap: 1.499004ms
   map:   9.210988ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.444451ms
   map:   4.476967ms

get
   iimap: 1.446003ms
   map:   2.684243ms

remove
   iimap: 1.397995ms
   map:   2.612608ms