(b *testing.B)
| 246 | } |
| 247 | |
| 248 | func BenchmarkAPI_db_completion(b *testing.B) { |
| 249 | benchmarkURL(b, "/rest/db/completion?folder=default&device="+protocol.LocalDeviceID.String()) |
| 250 | } |
| 251 | |
| 252 | func BenchmarkAPI_db_file(b *testing.B) { |
| 253 | benchmarkURL(b, "/rest/db/file?folder=default&file=knownfile") |
nothing calls this directly
no test coverage detected