-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Finch Benchmark (go) benchmark result for 9c1caf0
- Loading branch information
github-action-benchmark
committed
Jun 20, 2024
1 parent
9e59b4b
commit 9f850d7
Showing
1 changed file
with
169 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": 1718806627382, | ||
"lastUpdate": 1718892939008, | ||
"repoUrl": "https://github.com/runfinch/finch", | ||
"entries": { | ||
"Finch Benchmark": [ | ||
|
@@ -27392,6 +27392,174 @@ window.BENCHMARK_DATA = { | |
"extra": "3 times\n12 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Hayato Kiwata", | ||
"username": "haytok" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9c1caf0af243cc925f51e24abc59ed29172ddd21", | ||
"message": "fix: Enable `finch support-bundle generate` to execute on Windows whe… (#976)\n\n…re the `uname` command does not exist\r\n\r\nOn Windows environments where the `uname` command is not available,\r\nexecuting `finch support-bundle generate` results in the following\r\nerror:\r\n\r\n```\r\nC:\\Users\\simpl>\"..\\..\\Program Files\\Finch\\bin\\finch.exe\" support-bundle generate\r\ntime=\"2024-06-11T23:21:16+09:00\" level=info msg=\"Generating support bundle...\"\r\ntime=\"2024-06-11T23:21:16+09:00\" level=fatal msg=\"exec: \\\"uname\\\": executable file not found in %PATH%\"\r\n```\r\n\r\nThis bug has been reported in the following issue:\r\n\r\n- https://github.com/runfinch/finch/issues/897\r\n\r\nTherefore, this fix enables the execution of\r\n`finch support-bundle generate` even when the `uname` command is not\r\navailable on Windows.\r\n\r\nIssue #, if available: #897\r\n\r\n*Description of changes:* The details are described in this commit\r\nmessage.\r\n\r\n*Testing done:* Yes\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: Hayato Kiwata <[email protected]>", | ||
"timestamp": "2024-06-20T10:08:55-04:00", | ||
"tree_id": "4b3196c73e1f4c3744f880d18cb8282a7497158b", | ||
"url": "https://github.com/runfinch/finch/commit/9c1caf0af243cc925f51e24abc59ed29172ddd21" | ||
}, | ||
"date": 1718892937014, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit", | ||
"value": 139259669526, | ||
"unit": "ns/op\t 0.1514 %cpu_avg/op\t 30.77 %cpu_peak/op\t 139.3 cpu_seconds/op\t9873534976 disk_bytes/op\t 6252400 B/op\t 130533 allocs/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - ns/op", | ||
"value": 139259669526, | ||
"unit": "ns/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_avg/op", | ||
"value": 0.1514, | ||
"unit": "%cpu_avg/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_peak/op", | ||
"value": 30.77, | ||
"unit": "%cpu_peak/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - cpu_seconds/op", | ||
"value": 139.3, | ||
"unit": "cpu_seconds/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - disk_bytes/op", | ||
"value": 9873534976, | ||
"unit": "disk_bytes/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - B/op", | ||
"value": 6252400, | ||
"unit": "B/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - allocs/op", | ||
"value": 130533, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart", | ||
"value": 23462445147, | ||
"unit": "ns/op\t 0.3464 %cpu_avg/op\t 30.77 %cpu_peak/op\t 23.46 cpu_seconds/op\t 16875520 disk_bytes/op\t 1054016 B/op\t 22389 allocs/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - ns/op", | ||
"value": 23462445147, | ||
"unit": "ns/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_avg/op", | ||
"value": 0.3464, | ||
"unit": "%cpu_avg/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_peak/op", | ||
"value": 30.77, | ||
"unit": "%cpu_peak/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - cpu_seconds/op", | ||
"value": 23.46, | ||
"unit": "cpu_seconds/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - disk_bytes/op", | ||
"value": 16875520, | ||
"unit": "disk_bytes/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - B/op", | ||
"value": 1054016, | ||
"unit": "B/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - allocs/op", | ||
"value": 22389, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun", | ||
"value": 443435440, | ||
"unit": "ns/op\t 0.9117 %cpu_avg/op\t 15.48 %cpu_peak/op\t 0.4434 cpu_seconds/op\t 0 disk_bytes/op\t 30602 B/op\t 476 allocs/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - ns/op", | ||
"value": 443435440, | ||
"unit": "ns/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_avg/op", | ||
"value": 0.9117, | ||
"unit": "%cpu_avg/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_peak/op", | ||
"value": 15.48, | ||
"unit": "%cpu_peak/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - cpu_seconds/op", | ||
"value": 0.4434, | ||
"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": 30602, | ||
"unit": "B/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - allocs/op", | ||
"value": 476, | ||
"unit": "allocs/op", | ||
"extra": "3 times\n12 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|