Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created September 4, 2014 12:37
Show Gist options
  • Select an option

  • Save normanmaurer/b195da6cd184f6f7e906 to your computer and use it in GitHub Desktop.

Select an option

Save normanmaurer/b195da6cd184f6f7e906 to your computer and use it in GitHub Desktop.
Benchmark Mode Samples Score Score error Units
i.n.m.b.ByteBufUtilBenchmark.writeAsciiCharSequence thrpt 50 9477142,158 318275,116 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiCharSequenceViaArray thrpt 50 3316136,435 61074,582 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiCharSequenceViaArrayWrapped thrpt 50 3218859,881 86846,872 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiCharSequenceWrapped thrpt 50 3364902,419 96887,413 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiString thrpt 50 9244736,846 342537,642 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiStringViaArray thrpt 50 4704437,346 148734,182 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiStringViaArrayWrapped thrpt 50 4682576,520 132453,312 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeAsciiStringWrapped thrpt 50 4392581,865 180911,616 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8CharSequence thrpt 50 9422740,299 293963,906 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8CharSequenceViaArray thrpt 50 3227327,364 97968,585 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8CharSequenceViaArrayWrapped thrpt 50 3135163,500 90404,947 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8CharSequenceWrapped thrpt 50 3268722,083 109464,777 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8String thrpt 50 9355295,243 366573,885 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8StringViaArray thrpt 50 3475076,026 104838,753 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8StringViaArrayWrapped thrpt 50 3458074,438 111191,367 ops/s
i.n.m.b.ByteBufUtilBenchmark.writeUtf8StringWrapped thrpt 50 3448911,781 60775,494 ops/s
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,369.895 sec - in io.netty.microbench.buffer.ByteBufUtilBenchmark
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment