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

Passed

com.jogamp.common.util.IntIntHashMapTest.benchmark

Took 57 ms.

Standard Output

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

get
   iimap: 5.225487ms
   map:   3.533567ms

remove
   iimap: 1.368814ms
   map:   8.784179ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.361195ms
   map:   3.992208ms

get
   iimap: 0.471231ms
   map:   1.477728ms

remove
   iimap: 0.370958ms
   map:   1.491933ms