mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
scripts: don't print RUSTFLAGS, causes issues when printing configs
This commit is contained in:
parent
f561ca9794
commit
118c2e446b
8 changed files with 0 additions and 15 deletions
1
TODO.md
1
TODO.md
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
* don't print RUSTFLAGS in scripts, it causes issues with config printing
|
|
||||||
* init logging in cli helper crate?
|
* init logging in cli helper crate?
|
||||||
|
|
||||||
## aquatic_http_load_test
|
## aquatic_http_load_test
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS""
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_udp_bench -- $@
|
cargo run --release --bin aquatic_udp_bench -- $@
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_http -- $@
|
cargo run --release --bin aquatic_http -- $@
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_udp -- $@
|
cargo run --release --bin aquatic_udp -- $@
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_ws -- $@
|
cargo run --release --bin aquatic_ws -- $@
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_http_load_test -- $@
|
cargo run --release --bin aquatic_http_load_test -- $@
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_udp_load_test -- $@
|
cargo run --release --bin aquatic_udp_load_test -- $@
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,4 @@ DISABLE_AVX512=$(rustc --print target-features | grep " avx512" |
|
||||||
|
|
||||||
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
export RUSTFLAGS="-C target-cpu=native $DISABLE_AVX512"
|
||||||
|
|
||||||
echo "Compiling with RUSTFLAGS=$RUSTFLAGS"
|
|
||||||
|
|
||||||
cargo run --release --bin aquatic_ws_load_test -- $@
|
cargo run --release --bin aquatic_ws_load_test -- $@
|
||||||
Loading…
Add table
Add a link
Reference in a new issue