Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 489 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 489 Bytes

Java 8 streams benchmark

Benchmark compares simple operation of finding maximal value in a list of integers using:

  • foreach
  • stream
  • parallel stream
  • parallel stream with custom pool

How to run benchmar?

Execute

mvn clean install exec:exec

analytics