Skip to content

Commit

Permalink
add Go Benchmark (go) benchmark result for 95b5aef
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 12, 2024
1 parent e21e8dd commit 9990032
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": 1709914084164,
"lastUpdate": 1710246998493,
"repoUrl": "https://github.com/buildpacks/pack",
"entries": {
"Go Benchmark": [
Expand Down Expand Up @@ -5660,6 +5660,48 @@ window.BENCHMARK_DATA = {
"extra": "1 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "juan.bustamante@broadcom.com",
"name": "Juan Bustamante",
"username": "jjbustamante"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "95b5aef857d6f878c1ec9cdaedd445f9ef782b36",
"message": "Merge pull request #2093 from tgolang/main\n\nchore: fix comment",
"timestamp": "2024-03-12T07:32:52-05:00",
"tree_id": "9dda12862c87019787725b4de1731dc3204c772f",
"url": "https://github.com/buildpacks/pack/commit/95b5aef857d6f878c1ec9cdaedd445f9ef782b36"
},
"date": 1710246997970,
"tool": "go",
"benches": [
{
"name": "BenchmarkBuild/with_Untrusted_Builder",
"value": 4104465778,
"unit": "ns/op",
"extra": "1 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Trusted_Builder",
"value": 841456661,
"unit": "ns/op",
"extra": "2 times\n4 procs"
},
{
"name": "BenchmarkBuild/with_Additional_Buildpack",
"value": 52931886086,
"unit": "ns/op",
"extra": "1 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 9990032

Please sign in to comment.