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 508e51a commit 4d00a38Copy full SHA for 4d00a38
1 file changed
benchmark/index.sh
@@ -10,7 +10,7 @@ echo "$LABELS" | while IFS=: read -r i label; do
10
echo "[$((i + 1))/$TOTAL] $label"
11
echo ""
12
13
- hyperfine --warmup 5 -N \
+ hyperfine --warmup 3 -N \
14
--command-name sqlstring "env CASE=$i node $DIR/sqlstring.js" \
15
--command-name sql-escaper "env CASE=$i node $DIR/sql-escaper.js"
16
done
0 commit comments