MCPcopy
hub / github.com/syncthing/syncthing / BenchmarkAPI_db_file

Function BenchmarkAPI_db_file

test/http_test.go:252–254  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

250}
251
252func BenchmarkAPI_db_file(b *testing.B) {
253 benchmarkURL(b, "/rest/db/file?folder=default&file=knownfile")
254}
255
256func BenchmarkAPI_db_ignores(b *testing.B) {
257 benchmarkURL(b, "/rest/db/ignores?folder=default")

Callers

nothing calls this directly

Calls 1

benchmarkURLFunction · 0.85

Tested by

no test coverage detected