mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Fix some README typos
This commit is contained in:
parent
19df20e03f
commit
67210fbb10
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue