Skip to content

Commit

Permalink
tests: Fix ru_small benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 29, 2019
1 parent 0ff060f commit cca956d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchsuite/benchsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function bench_file() {
fi
scspell_command=""
if [[ ! -z $scspell_path ]]; then
scspell_command="$scspell_path $subtitles_ru_small_path"
scspell_command="$scspell_path $path"
fi
codespell_command=""
if [[ ! -z $codespell_path ]]; then
Expand Down Expand Up @@ -190,4 +190,4 @@ bench_dir "ripgrep_built" "$ripgrep_built_version" "$ripgrep_built_path" "$repor

subtitles_ru_small_path=`$current_dir/fixtures/subtitles_ru_small.sh path $base_dir`
subtitles_ru_small_version=`$current_dir/fixtures/subtitles_ru_small.sh version $base_dir`
bench_file "subtitles_ru_small" "$subtitles_ru_smal_version" "$subtitles_ru_smal_path" "$report_path"
bench_file "subtitles_ru_small" "$subtitles_ru_smal_version" "$subtitles_ru_small_path" "$report_path"

0 comments on commit cca956d

Please sign in to comment.