mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix some spelling mistakes
This commit is contained in:
parent
610cedaa61
commit
4003c7903f
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ func BenchmarkGetGlob(b *testing.B) {
|
|||
}
|
||||
|
||||
runBench("Default cache", defaultGlobCache, "abcde")
|
||||
runBench("Filenames cache, lowercase searchs", defaultGlobCache, "abcde")
|
||||
runBench("Filenames cache, mixed case searchs", defaultGlobCache, "abCDe")
|
||||
runBench("Filenames cache, lowercase searches", defaultGlobCache, "abcde")
|
||||
runBench("Filenames cache, mixed case searches", defaultGlobCache, "abCDe")
|
||||
|
||||
b.Run("GetGlob", func(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
|
|
Loading…
Reference in a new issue