Skip to content

Commit

Permalink
Fix some spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
cuishuang committed May 19, 2023
1 parent 610ceda commit 4003c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugofs/glob/glob_test.go
Expand Up @@ -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++ {
Expand Down

0 comments on commit 4003c79

Please sign in to comment.