-
Notifications
You must be signed in to change notification settings - Fork 29
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 aa09eb4
- Loading branch information
github-action-benchmark
committed
Dec 20, 2024
1 parent
9874a80
commit ac783b7
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": 1733471278804, | ||
"lastUpdate": 1734666368841, | ||
"repoUrl": "https://github.com/aws/shim-loggers-for-containerd", | ||
"entries": { | ||
"Benchmark for splunk": [ | ||
|
@@ -2810,6 +2810,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": "aa09eb43227a0a4097c1b7047be2a641d53e8566", | ||
"message": "chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.6 to 1.32.7\n\nBumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.6 to 1.32.7.\n- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)\n- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.6...v1.32.7)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/aws/aws-sdk-go-v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2024-12-19T21:43:03-06:00", | ||
"tree_id": "ec15c844189012f09db32f1824f6843df275a3a4", | ||
"url": "https://github.com/aws/shim-loggers-for-containerd/commit/aa09eb43227a0a4097c1b7047be2a641d53e8566" | ||
}, | ||
"date": 1734666367812, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkSplunk", | ||
"value": 8463288900, | ||
"unit": "ns/op\t44086296 B/op\t 68777 allocs/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkSplunk - ns/op", | ||
"value": 8463288900, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkSplunk - B/op", | ||
"value": 44086296, | ||
"unit": "B/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkSplunk - allocs/op", | ||
"value": 68777, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|