Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 87ef7fb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 26, 2024
1 parent 7b80aa2 commit ca6e41e
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": 1735056334711,
"lastUpdate": 1735217750333,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8852,6 +8852,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": "87ef7fb319f7e641d027e0e28118109e3dff2ca3",
"message": "Merge pull request #2306 from buildpacks/dependabot/github_actions/buildpacks/github-actions-5.8.4\n\nbuild(deps): bump buildpacks/github-actions from 5.8.3 to 5.8.4",
"timestamp": "2024-12-24T11:03:48-05:00",
"tree_id": "5797376ad565bce6c8f9962bc6df5b244b17aad9",
"url": "https://github.com/buildpacks/pack/commit/87ef7fb319f7e641d027e0e28118109e3dff2ca3"
},
"date": 1735217749907,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 3302788928,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 861721189,
"unit": "ns/op",
"extra": "2 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 58624729302,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit ca6e41e

Please sign in to comment.