summaryrefslogtreecommitdiff
path: root/stress
diff options
context:
space:
mode:
Diffstat (limited to 'stress')
-rwxr-xr-xstress4
1 files changed, 2 insertions, 2 deletions
diff --git a/stress b/stress
index e70984a..acda0ed 100755
--- a/stress
+++ b/stress
@@ -18,11 +18,11 @@ ts() {
}
docgen() {
- cargo run -q --bin sp-docgen -- "$1" -o "$2"
+ cargo run -q --bin subplot -- docgen "$1" -o "$2"
}
codegen() {
- cargo run -q --bin sp-codegen -- "$1" -o "$2" -t templates
+ cargo run -q --bin subplot -- codegen "$1" -o "$2"
}
start="$(ts 0)"