Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 479 Bytes

File metadata and controls

15 lines (8 loc) · 479 Bytes

Apache Benchmark Parser

This utility parses the values out of an Apache Benchmark report into a CSV file.

Download

Download the jar here.

Usage

Run it with the format:

java -jar ab-parser.jar [source] [target csv]

The source can either be a directory containing Apache Benchmark report files or a single Apache Benchmark report file.