From eb4593220ffe5d299fa28230fee7f90e5b687f86 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 19 Feb 2024 19:48:57 +0000 Subject: [PATCH] add Finch Benchmark (go) benchmark result for 7323751937900df76b217736acc51d77b9cff3d9 --- dev/bench/macOS/13/arm64/data.js | 170 ++++++++++++++++++++++++++++++- 1 file changed, 169 insertions(+), 1 deletion(-) diff --git a/dev/bench/macOS/13/arm64/data.js b/dev/bench/macOS/13/arm64/data.js index 6ef3d4892..4d225d9a8 100644 --- a/dev/bench/macOS/13/arm64/data.js +++ b/dev/bench/macOS/13/arm64/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1708371950072, + "lastUpdate": 1708372137917, "repoUrl": "https://github.com/runfinch/finch", "entries": { "Finch Benchmark": [ @@ -32696,6 +32696,174 @@ window.BENCHMARK_DATA = { "extra": "4 times\n8 procs" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "7323751937900df76b217736acc51d77b9cff3d9", + "message": "build(deps): Bump golang.org/x/tools from 0.17.0 to 0.18.0 (#807)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0\r\nto 0.18.0.\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.17.0&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2024-02-19T14:42:45-05:00", + "tree_id": "eaaa939a403eac8a781bda1420cef660c37817c9", + "url": "https://github.com/runfinch/finch/commit/7323751937900df76b217736acc51d77b9cff3d9" + }, + "date": 1708372136475, + "tool": "go", + "benches": [ + { + "name": "BenchmarkAll/BenchmarkVMInit", + "value": 38347630625, + "unit": "ns/op\t 0.5294 %cpu_avg/op\t 33.33 %cpu_peak/op\t 38.35 cpu_seconds/op\t1133715456 disk_bytes/op\t 1736856 B/op\t 36327 allocs/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - ns/op", + "value": 38347630625, + "unit": "ns/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - %cpu_avg/op", + "value": 0.5294, + "unit": "%cpu_avg/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - %cpu_peak/op", + "value": 33.33, + "unit": "%cpu_peak/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - cpu_seconds/op", + "value": 38.35, + "unit": "cpu_seconds/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - disk_bytes/op", + "value": 1133715456, + "unit": "disk_bytes/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - B/op", + "value": 1736856, + "unit": "B/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMInit - allocs/op", + "value": 36327, + "unit": "allocs/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart", + "value": 27384517750, + "unit": "ns/op\t 0.4629 %cpu_avg/op\t 37.50 %cpu_peak/op\t 27.38 cpu_seconds/op\t 208408576 disk_bytes/op\t 1236736 B/op\t 25917 allocs/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - ns/op", + "value": 27384517750, + "unit": "ns/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - %cpu_avg/op", + "value": 0.4629, + "unit": "%cpu_avg/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - %cpu_peak/op", + "value": 37.5, + "unit": "%cpu_peak/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - cpu_seconds/op", + "value": 27.38, + "unit": "cpu_seconds/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - disk_bytes/op", + "value": 208408576, + "unit": "disk_bytes/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - B/op", + "value": 1236736, + "unit": "B/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkVMStart - allocs/op", + "value": 25917, + "unit": "allocs/op", + "extra": "1 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun", + "value": 260671834, + "unit": "ns/op\t 1.869 %cpu_avg/op\t 13.75 %cpu_peak/op\t 0.2606 cpu_seconds/op\t 0 disk_bytes/op\t 21392 B/op\t 290 allocs/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - ns/op", + "value": 260671834, + "unit": "ns/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - %cpu_avg/op", + "value": 1.869, + "unit": "%cpu_avg/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - %cpu_peak/op", + "value": 13.75, + "unit": "%cpu_peak/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - cpu_seconds/op", + "value": 0.2606, + "unit": "cpu_seconds/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - disk_bytes/op", + "value": 0, + "unit": "disk_bytes/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - B/op", + "value": 21392, + "unit": "B/op", + "extra": "4 times\n8 procs" + }, + { + "name": "BenchmarkAll/BenchmarkContainerRun - allocs/op", + "value": 290, + "unit": "allocs/op", + "extra": "4 times\n8 procs" + } + ] } ] }