Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for ddc3fd3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent e796394 commit ceb5e65
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": 1731521157947,
"lastUpdate": 1731530037318,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8348,6 +8348,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": "ddc3fd345f7f37044064e31859b6ee02d76714fb",
"message": "Merge pull request #2282 from buildpacks/fix/lcow-acceptance\n\nCleanup after running acceptance tests",
"timestamp": "2024-11-13T15:31:53-05:00",
"tree_id": "69c66cec5bb8db4aa2f5c975e7e996ee582f8825",
"url": "https://github.com/buildpacks/pack/commit/ddc3fd345f7f37044064e31859b6ee02d76714fb"
},
"date": 1731530035741,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 7650696590,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 3015351309,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 66016525230,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit ceb5e65

Please sign in to comment.