tests: Fix ru_small benchmarks

This commit is contained in:
Ed Page 2019-10-29 09:00:58 -06:00
parent 0ff060f5f2
commit cca956d3c9

View file

@ -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
@ -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"