Skip to content

Commit

Permalink
benchmarks: updated list of qsv commands used in benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 16, 2023
1 parent cf59002 commit 1aeabcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#
# And of course, it dogfoods `qsv` as well to prepare the benchmark data, fetch the rowcount,
# and to parse and format the benchmark results. :)
# It uses the following commands: cat, count, luau, sample, select, sort, tojsonl and to xlsx.
# It's a good example of how qsv can be used to automate data preparation & analysis tasks.
# It uses the following commands: cat, count, luau, sample, schema, select, snappy, sort, tojsonl and
# to xlsx. It's a good example of how qsv can be used to automate data preparation & analysis tasks.

set -e

Expand Down

0 comments on commit 1aeabcd

Please sign in to comment.