Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var DockerPsOutput = `` /* 633-byte string literal not displayed */
DockerPsOutput contains sample docker ps output for benchmarking
var GitDiffOutput = `` /* 685-byte string literal not displayed */
GitDiffOutput contains sample git diff output for benchmarking
var GitLogOutput = `` /* 824-byte string literal not displayed */
GitLogOutput contains sample git log output for benchmarking
var GitStatusOutput = `` /* 506-byte string literal not displayed */
GitStatusOutput contains sample git status output for benchmarking
var GoTestOutput = `` /* 391-byte string literal not displayed */
GoTestOutput contains sample go test output for benchmarking
var KubectlGetPodsOutput = `` /* 464-byte string literal not displayed */
KubectlGetPodsOutput contains sample kubectl get pods output for benchmarking
var LargeLogFile = generateLargeLog()
LargeLogFile contains a large simulated log file for benchmarking
var NpmInstallOutput = `npm WARN deprecated inflight@1.0.6: This module is not supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
added 147 packages, and audited 148 packages in 12s
23 packages are looking for funding
run ` + "`npm fund`" + ` for details
found 0 vulnerabilities`
NpmInstallOutput contains sample npm install output for benchmarking
var PytestOutput = `` /* 590-byte string literal not displayed */
PytestOutput contains sample pytest output for benchmarking
Functions ¶
func AllFixtures ¶
AllFixtures returns a map of all fixture names to their content
Types ¶
This section is empty.