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.599235ms
   map:   7.983002ms

get
   iimap: 2.527159ms
   map:   3.587583ms

remove
   iimap: 1.40582ms
   map:   8.023506ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.937296ms
   map:   4.956089ms

get
   iimap: 1.642462ms
   map:   2.639739ms

remove
   iimap: 1.355111ms
   map:   2.562878ms