Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.71 KB

File metadata and controls

17 lines (10 loc) · 1.71 KB

Java 8 Stream Performance Benchmark

The benchmark code for the posts Stream Performance and Stream Performance - Your Ideas. Read them for details on the setup. The results are gathered in this Google Spreadsheet.

Code

For the first post, benchmarks are split into three classes that cover operations of different complexity:

And for the second post:

To tweak how the benchmarks are executed take a look into their superclass AbstractIterationBenchmark.