Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 461 Bytes

Project with benchmarks about some common operations

e.g. search element in array, strings concatenation, collection methods comparison etc

To visualize output could be used the following combination:

new OptionsBuilder()
 .resultFormat(ResultFormatType.JSON)
 .result("output/benchmark.json")

And use 1 of two approaches: