Skip to content

Commit b3f1581

Browse files
committed
also output results in CSV format
1 parent 536c73c commit b3f1581

File tree

2 files changed

+101
-65
lines changed

2 files changed

+101
-65
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ This project does not have any external serialization libraries dependencies. Al
2626
# Usage
2727

2828
```
29-
./benchmark -h
29+
$ ./benchmark -h
3030
Benchmark various C++ serializers
3131
Usage:
3232
benchmark [OPTION...]
3333
3434
-h, --help show this help and exit
3535
-l, --list show list of supported serializers
36+
-c, --csv output in CSV format
3637
-i, --iterations arg number of serialize/deserialize iterations
3738
-s, --serializers arg comma separated list of serializers to benchmark
3839
```

0 commit comments

Comments
 (0)