Skip to content

Commit

Permalink
docs: Explain rg in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Oct 25, 2019
1 parent 70e9b5d commit 2ae1a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchsuite/benchsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if [[ -z $rg_path ]]; then
else
echo "- $rg_version" >> $report_path
fi
echo " - Though not a spell checker, present to be a theoretical lower bound" >> $report_path

typos_path=`$current_dir/uut/typos.sh path $base_dir`
typos_version=`$current_dir/uut/typos.sh version $base_dir`
Expand Down
1 change: 1 addition & 0 deletions benchsuite/runs/2019-10-24-Nightblood.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $ ./benchsuite.sh . Nightblood

Spell checkers:
- ripgrep 11.0.1 (rev 973de50c9e) -SIMD -AVX (compiled) +SIMD +AVX (runtime)
- Though not a spell checker, present to be a theoretical lower bound
- typos-cli 0.1.0 w/ cargo 1.38.0 (23ef9a4ef 2019-08-20)
- misspell 0.2.0 w/ cargo 1.38.0 (23ef9a4ef 2019-08-20)
- misspell_go 0.3.4
Expand Down

0 comments on commit 2ae1a0b

Please sign in to comment.