Skip to content

Commit

Permalink
Use correct number of rows in perf script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Oct 14, 2022
1 parent 7863e35 commit 12817a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
set -euo pipefail
IFS=$'\n\t'

# ROWS=100000000
ROWS=1000
ROWS=100000000

echo "tick,rows_done" > template.perf

Expand Down

0 comments on commit 12817a1

Please sign in to comment.