From 65d40dde6526a24acc7415683e4ddb61f4bc0d15 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 11 Sep 2024 21:46:55 +0000 Subject: [PATCH] add Go Benchmark (go) benchmark result for e545151a8718bffd7e9d587493e09c1eed679828 --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 7e8b32c67..547c653d8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1726073080261, + "lastUpdate": 1726091215029, "repoUrl": "https://github.com/buildpacks/pack", "entries": { "Go Benchmark": [ @@ -7886,6 +7886,48 @@ window.BENCHMARK_DATA = { "extra": "1 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "narellano@vmware.com", + "name": "Natalie Arellano", + "username": "natalieparellano" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "e545151a8718bffd7e9d587493e09c1eed679828", + "message": "Merge pull request #2260 from buildpacks/fix/delete-ephemeral-builder\n\nFix deletion of ephemeral builder", + "timestamp": "2024-09-11T17:45:07-04:00", + "tree_id": "c0916dcc2e52c8a72322ec4749666e396a977248", + "url": "https://github.com/buildpacks/pack/commit/e545151a8718bffd7e9d587493e09c1eed679828" + }, + "date": 1726091214610, + "tool": "go", + "benches": [ + { + "name": "BenchmarkBuild/with_Untrusted_Builder", + "value": 4224248316, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkBuild/with_Trusted_Builder", + "value": 1358959801, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkBuild/with_Additional_Buildpack", + "value": 56930864609, + "unit": "ns/op", + "extra": "1 times\n4 procs" + } + ] } ] }