Recent mention searches now OR terms instead of AND (#2931)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
9e07f4b021
Коммит
07126101d3
@@ -95,9 +95,9 @@ func BenchmarkSearchPosts(b *testing.B) {
|
||||
// Benchmark Start
|
||||
b.ResetTimer()
|
||||
for i := 0; i < b.N; i++ {
|
||||
Client.Must(Client.SearchPosts("nothere"))
|
||||
Client.Must(Client.SearchPosts("n"))
|
||||
Client.Must(Client.SearchPosts("#tag"))
|
||||
Client.Must(Client.SearchPosts("nothere", false))
|
||||
Client.Must(Client.SearchPosts("n", false))
|
||||
Client.Must(Client.SearchPosts("#tag", false))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user