-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark for splunk (go) benchmark result for 3627b0e
- Loading branch information
github-action-benchmark
committed
Apr 1, 2024
1 parent
d1cc5da
commit 515197a
Showing
1 changed file
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1711980610423, | ||
"lastUpdate": 1711980818022, | ||
"repoUrl": "https://github.com/aws/shim-loggers-for-containerd", | ||
"entries": { | ||
"Benchmark for splunk": [ | ||
|
@@ -1226,6 +1226,54 @@ window.BENCHMARK_DATA = { | |
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Austin Vazquez", | ||
"username": "austinvazquez" | ||
}, | ||
"distinct": true, | ||
"id": "3627b0ea695c8c2f1a02defd66b30f3b892b259e", | ||
"message": "chore(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1\n\nBumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.17.1.\n- [Release notes](https://github.com/onsi/ginkgo/releases)\n- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/onsi/ginkgo/compare/v2.15.0...v2.17.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/onsi/ginkgo/v2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2024-04-01T07:10:10-07:00", | ||
"tree_id": "cdf83b9ce58da3a77708d48650bc9be3daf750df", | ||
"url": "https://github.com/aws/shim-loggers-for-containerd/commit/3627b0ea695c8c2f1a02defd66b30f3b892b259e" | ||
}, | ||
"date": 1711980816991, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkSplunk", | ||
"value": 8014025441, | ||
"unit": "ns/op\t40458088 B/op\t 66983 allocs/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkSplunk - ns/op", | ||
"value": 8014025441, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkSplunk - B/op", | ||
"value": 40458088, | ||
"unit": "B/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkSplunk - allocs/op", | ||
"value": 66983, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|