Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for c5fadcd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 10, 2024
1 parent e42035b commit 511d6eb
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": 1733401706911,
"lastUpdate": 1733832448346,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8684,6 +8684,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": "c5fadcd444b6a82bfca0c0e5e501d5392a7cd8ef",
"message": "Merge pull request #2298 from buildpacks/dependabot/go_modules/go-dependencies-91cddda52f\n\nbuild(deps): bump the go-dependencies group with 7 updates",
"timestamp": "2024-12-10T07:05:08-05:00",
"tree_id": "6f5b22e42a3034e3df3ddcb6438e0b5fee83c852",
"url": "https://github.com/buildpacks/pack/commit/c5fadcd444b6a82bfca0c0e5e501d5392a7cd8ef"
},
"date": 1733832447828,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 4433933395,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 1235678331,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 61719091119,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 511d6eb

Please sign in to comment.