From 881b748209cc9449522628bf1fb6a24282e5076e Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 25 Dec 2022 15:43:18 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index febe5f9..8bda2cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # cbench -Benchmarking program in C \ No newline at end of file +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. \ No newline at end of file