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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.494644ms
   map:   3.534983ms

remove
   iimap: 1.451435ms
   map:   8.331321ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.696843ms
   map:   4.883405ms

get
   iimap: 2.024546ms
   map:   2.660168ms

remove
   iimap: 1.487155ms
   map:   2.543759ms