Fix some README typos

This commit is contained in:
Joakim Frostegård 2024-05-03 22:51:19 +02:00
parent 19df20e03f
commit 67210fbb10
3 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ After starting the tracker, run the load tester:
```sh ```sh
. ./scripts/env-native-cpu-without-avx-512 # Optional . ./scripts/env-native-cpu-without-avx-512 # Optional
cargo build --release -p aquatic_http_load_test -- --help cargo run --release -p aquatic_http_load_test -- --help
``` ```
## Details ## Details

View file

@ -76,7 +76,7 @@ After starting the tracker, run the load tester:
```sh ```sh
. ./scripts/env-native-cpu-without-avx-512 # Optional . ./scripts/env-native-cpu-without-avx-512 # Optional
cargo build --release -p aquatic_udp_load_test -- --help cargo run --release -p aquatic_udp_load_test -- --help
``` ```
## Details ## Details

View file

@ -91,7 +91,7 @@ After starting the tracker, run the load tester:
```sh ```sh
. ./scripts/env-native-cpu-without-avx-512 # Optional . ./scripts/env-native-cpu-without-avx-512 # Optional
cargo build --release -p aquatic_ws_load_test -- --help cargo run --release -p aquatic_ws_load_test -- --help
``` ```
## Details ## Details