Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 08abcc4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent 8dae3b9 commit e796394
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": 1731518322548,
"lastUpdate": 1731521157947,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -8306,6 +8306,48 @@ window.BENCHMARK_DATA = {
"extra": "1 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Natalie Arellano",
"username": "natalieparellano"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "08abcc433e51b139d7d717d9591e037759ca2ff0",
"message": "Merge pull request #2185 from hhiroshell/fix-pack-1218\n\nUpdate image references to use fully qualified names.",
"timestamp": "2024-11-13T13:04:20-05:00",
"tree_id": "1dcff79e762c8cd95ed92505dd29b4218e8620c3",
"url": "https://github.com/buildpacks/pack/commit/08abcc433e51b139d7d717d9591e037759ca2ff0"
},
"date": 1731521157530,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 4327040760,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 1185524895,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 58374360240,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit e796394

Please sign in to comment.