-
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 78e6a7f
- Loading branch information
github-action-benchmark
committed
Dec 26, 2024
1 parent
ca6e41e
commit d48f2bf
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": 1735217750333, | ||
"lastUpdate": 1735219244261, | ||
"repoUrl": "https://github.com/buildpacks/pack", | ||
"entries": { | ||
"Go Benchmark": [ | ||
|
@@ -8894,6 +8894,48 @@ window.BENCHMARK_DATA = { | |
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Juan Bustamante", | ||
"username": "jjbustamante" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "78e6a7fa01f038f73a0ab611fba8158a63e3760c", | ||
"message": "Merge pull request #2307 from buildpacks/deps/issue-2304\n\n(deps): Update x/net library to v0.33.0", | ||
"timestamp": "2024-12-26T08:18:26-05:00", | ||
"tree_id": "57e0d6addc4f82852a5f7e5642e6f057a9b0433c", | ||
"url": "https://github.com/buildpacks/pack/commit/78e6a7fa01f038f73a0ab611fba8158a63e3760c" | ||
}, | ||
"date": 1735219243795, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkBuild/with_Untrusted_Builder", | ||
"value": 3934517658, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Trusted_Builder", | ||
"value": 830509104, | ||
"unit": "ns/op", | ||
"extra": "2 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Additional_Buildpack", | ||
"value": 54555014506, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|