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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

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

get
   iimap: 5.402136ms
   map:   3.981301ms

remove
   iimap: 1.49593ms
   map:   9.703044ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.322054ms
   map:   2.765855ms

get
   iimap: 0.431822ms
   map:   1.403964ms

remove
   iimap: 0.375973ms
   map:   1.409296ms