(b *testing.B)
| 250 | } |
| 251 | |
| 252 | func BenchmarkAPI_db_file(b *testing.B) { |
| 253 | benchmarkURL(b, "/rest/db/file?folder=default&file=knownfile") |
| 254 | } |
| 255 | |
| 256 | func BenchmarkAPI_db_ignores(b *testing.B) { |
| 257 | benchmarkURL(b, "/rest/db/ignores?folder=default") |
nothing calls this directly
no test coverage detected