summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-13 19:21:04 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-13 19:21:04 +0200
commit742ad488bf780df4e480c71c97d029e93722f6d1 (patch)
treea3a4a94de384425591fb4555fe9f9214a8c10968 /check
parent1f75fe4477d2a9fefb0c9ae703399e2dcbd05e36 (diff)
downloadobnam-benchmark-742ad488bf780df4e480c71c97d029e93722f6d1.tar.gz
chore: use a .subplot file instead of embedded YAML
Subplot no longer supports the embedded YAML. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck5
1 files changed, 2 insertions, 3 deletions
diff --git a/check b/check
index cc8ef6c..c23d849 100755
--- a/check
+++ b/check
@@ -5,9 +5,8 @@ set -euo pipefail
cargo clippy -q --all-targets -- -D clippy::all
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
+subplot docgen obnam-benchmark.subplot -o obnam-benchmark.html
+subplot codegen obnam-benchmark.subplot -o test.py
chronic python3 test.py --log test.log "$@"
cargo fmt -- --check
echo A-OK