diff --git a/benchmark/README.md b/benchmark/README.md index c059756..baa36eb 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -1,17 +1,16 @@ # ctorm | benchmarking > [!WARNING] -> I am not the benchmark expert, and I am pretty sure that this -> a pretty bad way for doing benchmarking, results may not be the most -> accurate. +> I am not a benchmark expert, and I am pretty sure that this is a pretty bad way +> to do benchmarking, results may not be the most accurate. ### Requirements +- Install [Apache Benchmark](https://httpd.apache.org/docs/2.4/programs/ab.html) - Install [Crow](https://crowcpp.org/master/) - Install [NodeJS](https://nodejs.org/en) and [NPM](https://www.npmjs.com/) - Install [Go](https://go.dev/) - Install [Rust tookit](https://www.rust-lang.org/) - Install ctorm -- Install [Apache Benchmark](https://httpd.apache.org/docs/2.4/programs/ab.html) -### Running the benchmark -Run `test.sh` script to build, run and calculate becnmark results for all the -web servers. +### Running the benchmark +Every directory contains a `test.sh`, which you can run to build, run and view +benchmark results.