From cca956d3c9dc2da5d844cbb073150ea6e994b32c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 29 Oct 2019 09:00:58 -0600 Subject: [PATCH] tests: Fix ru_small benchmarks --- benchsuite/benchsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchsuite/benchsuite.sh b/benchsuite/benchsuite.sh index b45725e..427c62d 100755 --- a/benchsuite/benchsuite.sh +++ b/benchsuite/benchsuite.sh @@ -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"