MCPcopy Index your code
hub / github.com/syncthing/syncthing / benchArgs

Function benchArgs

build.go:446–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446func benchArgs() []string {
447 if benchRun == "" {
448 return []string{"-bench", "."}
449 }
450 return []string{"-bench", benchRun}
451}
452
453func install(target target, tags []string) {
454 lazyRebuildAssets()

Callers 2

benchFunction · 0.85
integrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected