Skip to content

Instantly share code, notes, and snippets.

@nileema
Created September 26, 2014 22:47
Show Gist options
  • Save nileema/09ae089ec4f1b62fe885 to your computer and use it in GitHub Desktop.
Save nileema/09ae089ec4f1b62fe885 to your computer and use it in GitHub Desktop.
=== Run with changes to groupByHash ===
Benchmark Mode Samples Score Score error Units
c.f.p.o.GroupByHashBenchmark.testContains avgt 10 0.000 0.000 ms/op
c.f.p.o.GroupByHashBenchmark.testExistingGroupIds avgt 10 0.006 0.000 ms/op // All groupIds already exist in group by hash
c.f.p.o.GroupByHashBenchmark.testMixGroupIds avgt 10 0.008 0.000 ms/op // Half groupIds exist in group by hash
c.f.p.o.GroupByHashBenchmark.testNewGroupIds avgt 10 0.025 0.000 ms/op // No groupIds exist in group by hash
=== Run on current trunk ===
Benchmark Mode Samples Score Score error Units
c.f.p.o.GroupByHashBenchmark.testContains avgt 10 0.000 0.000 ms/op
c.f.p.o.GroupByHashBenchmark.testExistingGroupIds avgt 10 0.005 0.000 ms/op
c.f.p.o.GroupByHashBenchmark.testMixGroupIds avgt 10 0.007 0.000 ms/op
c.f.p.o.GroupByHashBenchmark.testNewGroupIds avgt 10 0.976 0.190 ms/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment