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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 2.476466ms
   map:   4.312208ms

remove
   iimap: 1.424965ms
   map:   8.073628ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.539932ms
   map:   4.985142ms

get
   iimap: 1.451435ms
   map:   2.603717ms

remove
   iimap: 1.322908ms
   map:   2.520158ms