-
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 awslogs (go) benchmark result for 6c0290c
- Loading branch information
github-action-benchmark
committed
Dec 27, 2024
1 parent
5c09be8
commit 082ada4
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": 1734666707306, | ||
"lastUpdate": 1735320635179, | ||
"repoUrl": "https://github.com/aws/shim-loggers-for-containerd", | ||
"entries": { | ||
"Benchmark for awslogs": [ | ||
|
@@ -2906,6 +2906,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": "6c0290ce602d851f12082c0511412d393143b257", | ||
"message": "chore(deps): bump github.com/aws/aws-sdk-go-v2/config\n\nBumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.6 to 1.28.7.\n- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)\n- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.6...config/v1.28.7)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/aws/aws-sdk-go-v2/config\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2024-12-27T11:29:15-06:00", | ||
"tree_id": "f9d68125ee0fb20426a8066bfe288e5ea282efe0", | ||
"url": "https://github.com/aws/shim-loggers-for-containerd/commit/6c0290ce602d851f12082c0511412d393143b257" | ||
}, | ||
"date": 1735320634780, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkFluentd", | ||
"value": 8230995409, | ||
"unit": "ns/op\t42229376 B/op\t 68664 allocs/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFluentd - ns/op", | ||
"value": 8230995409, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFluentd - B/op", | ||
"value": 42229376, | ||
"unit": "B/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFluentd - allocs/op", | ||
"value": 68664, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|