summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-30 14:09:04 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-04 17:49:08 +0200
commit42bd070d7b71c3f9360f88ee50291eb66e54ccd9 (patch)
tree82c238f8b0e8bf8330e3eb84c0b14c99d668e571 /check
parent010480a957c52e14172049aea3e692447be8cdfe (diff)
downloadobnam-benchmark-42bd070d7b71c3f9360f88ee50291eb66e54ccd9.tar.gz
feat: actually run client and server
Also, switch Subplot step functions to Python: it was too hard to debug failures in the Rust ones. Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 4 insertions, 2 deletions
diff --git a/check b/check
index 2a22fd3..c928b06 100755
--- a/check
+++ b/check
@@ -3,9 +3,11 @@
set -euo pipefail
cargo clippy -q --all-targets -- -D clippy::all
-subplot docgen obnam-benchmark.md -o obnam-benchmark.html
-subplot docgen obnam-benchmark.md -o obnam-benchmark.pdf
cargo build --all-targets -q
chronic cargo test -q
+subplot docgen obnam-benchmark.md -o obnam-benchmark.html
+subplot docgen obnam-benchmark.md -o obnam-benchmark.pdf
+subplot codegen obnam-benchmark.md -o test.py
+python3 test.py --log test.log "$@"
cargo fmt -- --check
echo A-OK