cbench/README.md

13 lines
290 B
Markdown
Raw Normal View History

2022-12-25 14:39:50 +00:00
# cbench
2022-12-25 14:43:18 +00:00
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.