Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 163db98
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 5, 2024
1 parent 4b03e3b commit e42035b
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": 1733278667170,
"lastUpdate": 1733401706911,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8642,6 +8642,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": "163db98749737fa921cb8ba4e2b438f70a0f565f",
"message": "Merge pull request #2296 from gogolok/buildpack_new_help_wording\n\nCorrect wording for `buildpack new` targets flag",
"timestamp": "2024-12-05T07:26:02-05:00",
"tree_id": "dcec6146cda960d7f94996137387bf63eacf654a",
"url": "https://github.com/buildpacks/pack/commit/163db98749737fa921cb8ba4e2b438f70a0f565f"
},
"date": 1733401706261,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 6225269567,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 1522284180,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 62118190968,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit e42035b

Please sign in to comment.