From 6c12ad494d2332d014d734323daa06182b228821 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 11 Aug 2023 23:40:05 +0000 Subject: [PATCH] add Finch Benchmark (go) benchmark result for 61672eb511c7702cf115514473f978de05acb461 --- dev/bench/macOS/12/x86_64/data.js | 152 +++++++++++++++++++++++++++++- 1 file changed, 151 insertions(+), 1 deletion(-) diff --git a/dev/bench/macOS/12/x86_64/data.js b/dev/bench/macOS/12/x86_64/data.js index d3ea06315..f5c1916b6 100644 --- a/dev/bench/macOS/12/x86_64/data.js +++ b/dev/bench/macOS/12/x86_64/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691793030422, + "lastUpdate": 1691797204990, "repoUrl": "https://github.com/runfinch/finch", "entries": { "Finch Benchmark": [ @@ -13358,6 +13358,156 @@ window.BENCHMARK_DATA = { "extra": "2 times\n12 procs" } ] + }, + { + "commit": { + "author": { + "email": "43075615+ginglis13@users.noreply.github.com", + "name": "Gavin Inglis", + "username": "ginglis13" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "61672eb511c7702cf115514473f978de05acb461", + "message": "chore: remove FINCH_DOCKER_COMPAT (#524)\n\nIssue #, if available:\r\n\r\nCloses #418 \r\n\r\n*Description of changes:*\r\n\r\nwith release of nerdctl v1.5 we can remove the FINCH_DOCKER_COMPAT\r\nenvironment variable used as a workaround for nested volume mount\r\nbehavior.\r\n\r\n*Testing done:*\r\n\r\n\r\n\r\n- [x] I've reviewed the guidance in CONTRIBUTING.md\r\n\r\n\r\n#### License Acceptance\r\n\r\nBy submitting this pull request, I confirm that my contribution is made\r\nunder the terms of the Apache 2.0 license.\r\n\r\nSigned-off-by: Gavin Inglis ", + "timestamp": "2023-08-11T16:09:59-07:00", + "tree_id": "088a4a2464ffe971654794f0de171626a166cce7", + "url": "https://github.com/runfinch/finch/commit/61672eb511c7702cf115514473f978de05acb461" + }, + "date": 1691797204252, + "tool": "go", + "benches": [ + { + "name": "BenchmarkAll/BenchmarkVMInit - ns/op", + "value": 45041716815, + "unit": "ns/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - %cpu_avg/op", + "value": 0.3356, + "unit": "%cpu_avg/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - %cpu_peak/op", + "value": 35.71, + "unit": "%cpu_peak/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - cpu_seconds/op", + "value": 45.04, + "unit": "cpu_seconds/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - disk_bytes/op", + "value": 1501265920, + "unit": "disk_bytes/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - B/op", + "value": 2020800, + "unit": "B/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - allocs/op", + "value": 42780, + "unit": "allocs/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - ns/op", + "value": 36608012235, + "unit": "ns/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - %cpu_avg/op", + "value": 0.3253, + "unit": "%cpu_avg/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - %cpu_peak/op", + "value": 33.33, + "unit": "%cpu_peak/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - cpu_seconds/op", + "value": 36.61, + "unit": "cpu_seconds/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - disk_bytes/op", + "value": 33501184, + "unit": "disk_bytes/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - B/op", + "value": 1661632, + "unit": "B/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - allocs/op", + "value": 34653, + "unit": "allocs/op", + "extra": "1 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - ns/op", + "value": 480680586, + "unit": "ns/op", + "extra": "3 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - %cpu_avg/op", + "value": 0.4773, + "unit": "%cpu_avg/op", + "extra": "3 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - %cpu_peak/op", + "value": 11.94, + "unit": "%cpu_peak/op", + "extra": "3 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - cpu_seconds/op", + "value": 0.4806, + "unit": "cpu_seconds/op", + "extra": "3 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - disk_bytes/op", + "value": 0, + "unit": "disk_bytes/op", + "extra": "3 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - B/op", + "value": 31525, + "unit": "B/op", + "extra": "3 times\n12 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - allocs/op", + "value": 509, + "unit": "allocs/op", + "extra": "3 times\n12 procs" + } + ] } ] }