Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 852fcaa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 17, 2024
1 parent 511d6eb commit b79b550
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": 1733832448346,
"lastUpdate": 1734444971239,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8726,6 +8726,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": "852fcaa56aefd5a0252c7292a8dc349ac00648fd",
"message": "Merge pull request #2302 from buildpacks/dependabot/go_modules/go-dependencies-064c2626f3\n\nbuild(deps): bump the go-dependencies group with 2 updates",
"timestamp": "2024-12-17T09:13:24-05:00",
"tree_id": "c87e2c9bdf14f7df3b5920c8b4443c9d5586fdde",
"url": "https://github.com/buildpacks/pack/commit/852fcaa56aefd5a0252c7292a8dc349ac00648fd"
},
"date": 1734444970211,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 3308125981,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 905529598,
"unit": "ns/op",
"extra": "2 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 58063094644,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit b79b550

Please sign in to comment.