-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logs verbosity and detail experiment instructions
- Loading branch information
Showing
3 changed files
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
export LOGURU_LEVEL=ERROR | ||
|
||
echo "Running Figures 4.a and 4.b.." | ||
python3 experiments/runner.cli.py --exp microbenchmark_varying_knob1 | ||
python3 experiments/runner.cli.py --exp microbenchmark_varying_knob1 --loguru-level ERROR | ||
|
||
echo "Running Figures 4.c and 4.d.." | ||
python3 experiments/runner.cli.py --exp microbenchmark_varying_knob2 | ||
python3 experiments/runner.cli.py --exp microbenchmark_varying_knob2 --loguru-level ERROR | ||
|
||
echo "Running Figures 5.a, 5.b and 5.c.." | ||
python3 experiments/runner.cli.py --exp patcg_varying_epoch_granularity | ||
python3 experiments/runner.cli.py --exp patcg_varying_epoch_granularity --loguru-level ERROR | ||
|
||
echo "Running Figures 6.a, 6.b and 6.c.." | ||
python3 experiments/runner.cli.py --exp criteo_run | ||
python3 experiments/runner.cli.py --exp criteo_run --loguru-level ERROR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters