Skip to content

Instantly share code, notes, and snippets.

@mike-neck
Last active May 8, 2019 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mike-neck/7072b41c51c12e40921e2282bc6adca1 to your computer and use it in GitHub Desktop.
Save mike-neck/7072b41c51c12e40921e2282bc6adca1 to your computer and use it in GitHub Desktop.
Benchmark Mode Cnt Score Error Units
c.e.list.ArrayList10000.listAdd thrpt 16 15.398 ± 0.118 ops/ms
c.e.list.ArrayList10000.listGet thrpt 16 52.297 ± 2.338 ops/ms
c.e.list.ArrayList10000.listInsert thrpt 16 6.930 ± 0.076 ops/ms
c.e.list.ArrayList10000.listIteration thrpt 16 75.450 ± 1.338 ops/ms
c.e.list.ArrayList10000.listRemove thrpt 16 15.037 ± 0.130 ops/ms
c.e.list.LinkedList10000.listAdd thrpt 16 13.765 ± 0.450 ops/ms
c.e.list.LinkedList10000.listGet thrpt 16 0.299 ± 0.003 ops/ms
c.e.list.LinkedList10000.listInsert thrpt 16 0.900 ± 0.033 ops/ms
c.e.list.LinkedList10000.listIteration thrpt 16 23.270 ± 0.112 ops/ms
c.e.list.LinkedList10000.listRemove thrpt 16 2.463 ± 0.022 ops/ms
c.e.set.HashSet10000.setAdd thrpt 16 14.129 ± 0.356 ops/ms
c.e.set.HashSet10000.setContains thrpt 16 3.102 ± 0.076 ops/ms
c.e.set.HashSet10000.setIteration thrpt 16 5.779 ± 0.222 ops/ms
c.e.set.HashSet10000.setRemove thrpt 16 2.970 ± 0.280 ops/ms
c.e.set.TreeSet10000.setAdd thrpt 16 12.956 ± 0.101 ops/ms
c.e.set.TreeSet10000.setContains thrpt 16 2.980 ± 0.023 ops/ms
c.e.set.TreeSet10000.setIteration thrpt 16 6.028 ± 0.409 ops/ms
c.e.set.TreeSet10000.setRemove thrpt 16 2.965 ± 0.072 ops/ms
c.e.list.ArrayList10000.listAdd avgt 16 0.065 ± 0.001 ms/op
c.e.list.ArrayList10000.listGet avgt 16 0.019 ± 0.001 ms/op
c.e.list.ArrayList10000.listInsert avgt 16 0.145 ± 0.002 ms/op
c.e.list.ArrayList10000.listIteration avgt 16 0.013 ± 0.001 ms/op
c.e.list.ArrayList10000.listRemove avgt 16 0.068 ± 0.002 ms/op
c.e.list.LinkedList10000.listAdd avgt 16 0.072 ± 0.001 ms/op
c.e.list.LinkedList10000.listGet avgt 16 3.292 ± 0.013 ms/op
c.e.list.LinkedList10000.listInsert avgt 16 1.077 ± 0.007 ms/op
c.e.list.LinkedList10000.listIteration avgt 16 0.043 ± 0.001 ms/op
c.e.list.LinkedList10000.listRemove avgt 16 0.404 ± 0.003 ms/op
c.e.set.HashSet10000.setAdd avgt 16 0.068 ± 0.001 ms/op
c.e.set.HashSet10000.setContains avgt 16 0.317 ± 0.003 ms/op
c.e.set.HashSet10000.setIteration avgt 16 0.165 ± 0.006 ms/op
c.e.set.HashSet10000.setRemove avgt 16 0.317 ± 0.004 ms/op
c.e.set.TreeSet10000.setAdd avgt 16 0.075 ± 0.001 ms/op
c.e.set.TreeSet10000.setContains avgt 16 0.330 ± 0.003 ms/op
c.e.set.TreeSet10000.setIteration avgt 16 0.159 ± 0.012 ms/op
c.e.set.TreeSet10000.setRemove avgt 16 0.330 ± 0.003 ms/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment