mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
docs: Explain rg in benchmarks
This commit is contained in:
parent
70e9b5d191
commit
2ae1a0bca6
2 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ if [[ -z $rg_path ]]; then
|
||||||
else
|
else
|
||||||
echo "- $rg_version" >> $report_path
|
echo "- $rg_version" >> $report_path
|
||||||
fi
|
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_path=`$current_dir/uut/typos.sh path $base_dir`
|
||||||
typos_version=`$current_dir/uut/typos.sh version $base_dir`
|
typos_version=`$current_dir/uut/typos.sh version $base_dir`
|
||||||
|
|
|
@ -11,6 +11,7 @@ $ ./benchsuite.sh . Nightblood
|
||||||
|
|
||||||
Spell checkers:
|
Spell checkers:
|
||||||
- ripgrep 11.0.1 (rev 973de50c9e) -SIMD -AVX (compiled) +SIMD +AVX (runtime)
|
- 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)
|
- 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 0.2.0 w/ cargo 1.38.0 (23ef9a4ef 2019-08-20)
|
||||||
- misspell_go 0.3.4
|
- misspell_go 0.3.4
|
||||||
|
|
Loading…
Reference in a new issue