Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 78e6a7f
Browse files Browse the repository at this point in the history
  • 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.
44 changes: 43 additions & 1 deletion dev/bench/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit d48f2bf

Please sign in to comment.