Skip to content

Commit 4d00a38

Browse files
committed
chore: restaure benchmarks warmup
1 parent 508e51a commit 4d00a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "$LABELS" | while IFS=: read -r i label; do
1010
echo "[$((i + 1))/$TOTAL] $label"
1111
echo ""
1212

13-
hyperfine --warmup 5 -N \
13+
hyperfine --warmup 3 -N \
1414
--command-name sqlstring "env CASE=$i node $DIR/sqlstring.js" \
1515
--command-name sql-escaper "env CASE=$i node $DIR/sql-escaper.js"
1616
done

0 commit comments

Comments
 (0)