Skip to content

Commit

Permalink
benchmarks: v5.4.1
Browse files Browse the repository at this point in the history
added `template` outdir benchmark
set and remove temp output file and dir for template benchmarks

[skip ci]
  • Loading branch information
jqnatividad committed Nov 6, 2024
1 parent eae7d76 commit f8a1d4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
arg_pat="$1"

# the version of this script
bm_version=5.4.0
bm_version=5.4.1

# CONFIGURABLE VARIABLES ---------------------------------------
# change as needed to reflect your environment/workloads
Expand Down Expand Up @@ -299,6 +299,8 @@ function cleanup_files {
rm -r -f split_tempdir_idx_j1
rm -r -f split_tempdir_chunks_idx
rm -r -f split_tempdir_chunks_idx_j1
rm -r -f template_tempdir
rm -f template_temp.txt
rm -f benchmark_work.*
rm -r -f benchmark_work
rm -f extsort_sorted.csv
Expand Down Expand Up @@ -653,7 +655,8 @@ run --index stats_everything_index_j1 "$qsv_bin" stats "$data" --force --everyth
run --index stats_everything_index_j1_with_cache "$qsv_bin" stats "$data" --everything -j 1
run --index stats_everything_sorted_index "$qsv_bin" stats data_sorted.csv --force --everything
run table "$qsv_bin" table "$data"
run template "$qsv_bin" template --template-file template.tpl "$data"
run template "$qsv_bin" template --template-file template.tpl "$data" --output template_temp.txt
run template_outdir "$qsv_bin" template --template-file template.tpl "$data" template_tempdir
run to_xlsx "$qsv_bin" to xlsx benchmark_work.xlsx "$data"
run to_sqlite "$qsv_bin" to sqlite benchmark_work.db "$data"
run to_datapackage "$qsv_bin" to datapackage benchmark_work.json "$data"
Expand Down

0 comments on commit f8a1d4f

Please sign in to comment.