-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Go Benchmark (go) benchmark result for 92bc87b
- Loading branch information
github-action-benchmark
committed
Nov 25, 2024
1 parent
376de13
commit cfdd6ad
Showing
1 changed file
with
43 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": 1731609729358, | ||
"lastUpdate": 1732542331230, | ||
"repoUrl": "https://github.com/buildpacks/pack", | ||
"entries": { | ||
"Go Benchmark": [ | ||
|
@@ -8474,6 +8474,48 @@ window.BENCHMARK_DATA = { | |
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Natalie Arellano", | ||
"username": "natalieparellano" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "92bc87b297695e4ac6baf559bad2efd55aecec1f", | ||
"message": "Merge pull request #2284 from buildpacks/log/containerd\n\nEmit a performance warning if containerd is enabled and we're exporting to the daemon", | ||
"timestamp": "2024-11-14T13:40:02-05:00", | ||
"tree_id": "4b098056d0a51b3a1bf38cb8662c4f928cdee9d7", | ||
"url": "https://github.com/buildpacks/pack/commit/92bc87b297695e4ac6baf559bad2efd55aecec1f" | ||
}, | ||
"date": 1732542330744, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkBuild/with_Untrusted_Builder", | ||
"value": 4248634816, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Trusted_Builder", | ||
"value": 1087067222, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Additional_Buildpack", | ||
"value": 60849111557, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|