-
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 9a987fe
- Loading branch information
github-action-benchmark
committed
Dec 4, 2024
1 parent
cfdd6ad
commit afabf18
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": 1732542331230, | ||
"lastUpdate": 1733275430092, | ||
"repoUrl": "https://github.com/buildpacks/pack", | ||
"entries": { | ||
"Go Benchmark": [ | ||
|
@@ -8516,6 +8516,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": "9a987fe6426e4a257d38c71d9e56fb6eec54ef9b", | ||
"message": "Merge pull request #2294 from joeybrown/tests-arm-64\n\nmake sure acceptance tests pass on arm64", | ||
"timestamp": "2024-12-03T20:22:04-05:00", | ||
"tree_id": "f5d965bd106c73ae3f684eba07ecab24e04603a9", | ||
"url": "https://github.com/buildpacks/pack/commit/9a987fe6426e4a257d38c71d9e56fb6eec54ef9b" | ||
}, | ||
"date": 1733275429593, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkBuild/with_Untrusted_Builder", | ||
"value": 4534670397, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Trusted_Builder", | ||
"value": 1265755875, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkBuild/with_Additional_Buildpack", | ||
"value": 66623167698, | ||
"unit": "ns/op", | ||
"extra": "1 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|