mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 08:09:58 -07:00
global: datasets compression via zstd
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
if cargo watch --help &> /dev/null; then
|
||||
cargo watch --no-vcs-ignores -w "./src" -w "./run.sh" -w "./in/datasets_len.txt" -x "run -r"
|
||||
TRIGGER="./in/datasets_len.txt"
|
||||
echo "0" > $TRIGGER
|
||||
cargo watch --no-vcs-ignores -w "./src" -w "./run.sh" -w "$TRIGGER" -x "run -r"
|
||||
else
|
||||
cargo run -r
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user