Update README.md

This commit is contained in:
apio 2022-12-25 15:43:18 +01:00
parent f72d334804
commit 881b748209
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -1,3 +1,13 @@
# cbench
Benchmarking program in C
Benchmarking program in C
To build: `$ make`
To install: `# make install`
To run:
`$ cbench [number of iterations] [command]`
The number of iterations is optional, defaults to 20. `cbench` will run the provided command `iterations` times and present you with some statistics.