-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Go Benchmark (go) benchmark result for 87ef7fb
- Loading branch information
github-action-benchmark
committed
Dec 26, 2024
1 parent
7b80aa2
commit ca6e41e
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1735056334711, | ||
"lastUpdate": 1735217750333, | ||
"repoUrl": "https://github.com/buildpacks/pack", | ||
"entries": { | ||
"Go Benchmark": [ | ||
|
@@ -8852,6 +8852,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": "87ef7fb319f7e641d027e0e28118109e3dff2ca3", | ||
"message": "Merge pull request #2306 from buildpacks/dependabot/github_actions/buildpacks/github-actions-5.8.4\n\nbuild(deps): bump buildpacks/github-actions from 5.8.3 to 5.8.4", | ||
"timestamp": "2024-12-24T11:03:48-05:00", | ||
"tree_id": "5797376ad565bce6c8f9962bc6df5b244b17aad9", | ||
"url": "https://github.com/buildpacks/pack/commit/87ef7fb319f7e641d027e0e28118109e3dff2ca3" | ||
}, | ||
"date": 1735217749907, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkBuild/with_Untrusted_Builder", | ||
"value": 3302788928, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Trusted_Builder", | ||
"value": 861721189, | ||
"unit": "ns/op", | ||
"extra": "2 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Additional_Buildpack", | ||
"value": 58624729302, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|