We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0d71 commit d565968Copy full SHA for d565968
scripts/record-demo.sh
@@ -29,13 +29,15 @@ echo ""
29
# Make sure we're in the project root
30
cd "$(dirname "$0")/.."
31
32
+npm run build
33
+
34
# Record the demo
35
asciinema rec "$OUTPUT_FILE" \
36
--overwrite \
37
--cols 100 \
38
--rows 60 \
39
--title "modestbench Getting Started Demo" \
- --command "modestbench run examples/bench/advanced-operations.bench.js --iterations 1000 --warmup 100"
40
+ --command "node ./dist/cli/index.js run examples/bench/advanced-operations.bench.js --iterations 1000 --warmup 100"
41
42
echo ""
43
echo "Recording saved to: $OUTPUT_FILE"
0 commit comments