Skip to content

Commit 2d50bde

Browse files
committed
Update bench doc
1 parent a4fd0f6 commit 2d50bde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Parsing success rate across 163 test queries per dialect:
7474
cd benchmark
7575
npm install
7676

77-
# Run all benchmarks and generate figures
77+
# Run all benchmarks, generate figures and update readme automatically
7878
node cli.js bench -i 1000
7979

8080
# Individual commands

benchmark/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ Parsing success rate across ${numQueries} test queries per dialect:
718718
cd benchmark
719719
npm install
720720
721-
# Run all benchmarks and generate figures
721+
# Run all benchmarks, generate figures and update readme automatically
722722
node cli.js bench -i 1000
723723
724724
# Individual commands

0 commit comments

Comments
 (0)