(b *testing.B)
| 258 | } |
| 259 | |
| 260 | func BenchmarkAPI_db_need(b *testing.B) { |
| 261 | benchmarkURL(b, "/rest/db/need?folder=default") |
| 262 | } |
| 263 | |
| 264 | func BenchmarkAPI_db_status(b *testing.B) { |
| 265 | benchmarkURL(b, "/rest/db/status?folder=default") |
nothing calls this directly
no test coverage detected