mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Fix some spelling mistakes
This commit is contained in:
@@ -89,8 +89,8 @@ func BenchmarkGetGlob(b *testing.B) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
runBench("Default cache", defaultGlobCache, "abcde")
|
runBench("Default cache", defaultGlobCache, "abcde")
|
||||||
runBench("Filenames cache, lowercase searchs", defaultGlobCache, "abcde")
|
runBench("Filenames cache, lowercase searches", defaultGlobCache, "abcde")
|
||||||
runBench("Filenames cache, mixed case searchs", defaultGlobCache, "abCDe")
|
runBench("Filenames cache, mixed case searches", defaultGlobCache, "abCDe")
|
||||||
|
|
||||||
b.Run("GetGlob", func(b *testing.B) {
|
b.Run("GetGlob", func(b *testing.B) {
|
||||||
for i := 0; i < b.N; i++ {
|
for i := 0; i < b.N; i++ {
|
||||||
|
Reference in New Issue
Block a user