Skip to content

Commit

Permalink
update benchmark instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 authored Jun 14, 2024
1 parent 989c637 commit fc6ee3c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions benchmark/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fc6ee3c

Please sign in to comment.