Skip to content

Instantly share code, notes, and snippets.

@cberner
Created May 27, 2016 01:21
Show Gist options
  • Save cberner/1a1180183d9ad04047a437dfeb8c99d3 to your computer and use it in GitHub Desktop.
Save cberner/1a1180183d9ad04047a437dfeb8c99d3 to your computer and use it in GitHub Desktop.
Benchmark (size) Mode Samples Score Score error Units
i.a.s.BenchmarkSliceInputRead.basicSliceInput 8192 thrpt 10 72173.456 2869.535 ops/s
i.a.s.BenchmarkSliceInputRead.basicSliceInput:megabytes 8192 thrpt 10 562.989 22.196 ops/s
i.a.s.BenchmarkSliceInputRead.rawArrayAccess 8192 thrpt 10 361511.797 13774.279 ops/s
i.a.s.BenchmarkSliceInputRead.rawArrayAccess:megabytes 8192 thrpt 10 2823.578 107.223 ops/s
i.a.s.BenchmarkSliceInputRead.sliceChecked 8192 thrpt 10 70297.713 2025.842 ops/s
i.a.s.BenchmarkSliceInputRead.sliceChecked:megabytes 8192 thrpt 10 548.430 15.993 ops/s
i.a.s.BenchmarkSliceInputRead.sliceUnchecked 8192 thrpt 10 84695.382 2942.664 ops/s
i.a.s.BenchmarkSliceInputRead.sliceUnchecked:megabytes 8192 thrpt 10 660.885 22.753 ops/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment