Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 84f661d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent 3d75887 commit 8dae3b9
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": 1731502485193,
"lastUpdate": 1731518322548,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8264,6 +8264,48 @@ window.BENCHMARK_DATA = {
"extra": "1 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "narellano@vmware.com",
"name": "Natalie Arellano",
"username": "natalieparellano"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "84f661ddeffaa6c5518ee0fc08e0db21b5a98978",
"message": "Merge pull request #2273 from buildpacks/bump-deps\n\nBump deps",
"timestamp": "2024-11-13T12:16:18-05:00",
"tree_id": "7406c029792e42abf0cca21db01b388a10701d6b",
"url": "https://github.com/buildpacks/pack/commit/84f661ddeffaa6c5518ee0fc08e0db21b5a98978"
},
"date": 1731518321811,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 5138745883,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 1659970354,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 62444857115,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 8dae3b9

Please sign in to comment.