-
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 98c8ee4
- Loading branch information
github-action-benchmark
committed
Nov 7, 2023
1 parent
fffa31c
commit a8a0bc9
Showing
1 changed file
with
151 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": 1699033753407, | ||
"lastUpdate": 1699384513605, | ||
"repoUrl": "https://github.com/runfinch/finch", | ||
"entries": { | ||
"Finch Benchmark": [ | ||
|
@@ -18788,6 +18788,156 @@ window.BENCHMARK_DATA = { | |
"extra": "2 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": "98c8ee4f783d01cb1340e77b508d868c3bb4bf04", | ||
"message": "fix: remove virtual machine image when running make clean\n\nOriginal message \"fix: Fix to remove the virtual machine storage in deps/finch-core/downloads/os by make clean\"\r\n\r\nIssue #, if available: #537\r\n\r\n*Description of changes:*\r\n\r\nIn finch, when booting a virtual machine using Lima, it is necessary to\r\ndownload the virtual machine storage in QCOW2 format.\r\n\r\nThe QCOW2 virtual machine storage thus downloaded and located in\r\ndeps/finch-core/downloads/os is not deleted when make clean is run in\r\nthe home directory as currently implemented.\r\n\r\nThis file may be larger than 500 MB in size and is reported in\r\nissue/#537 such that it is expected to be deleted when make clean is\r\nrun.\r\n\r\nTherefore, this fix will remove the QCOW2 format downloaded files in\r\ndeps/finch-core/downloads/os when make clean is run in the home\r\ndirectory.\r\n\r\n*Testing done:* yes\r\n\r\n- [x] I've reviewed the guidance in CONTRIBUTING.md\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\n---------\r\n\r\nSigned-off-by: Hayato Kiwata <[email protected]>\r\nCo-authored-by: Hayato Kiwata <[email protected]>", | ||
"timestamp": "2023-11-07T14:11:38-05:00", | ||
"tree_id": "aaf2ebf4f988a0eb8ad8d5bce1147720716dd9c6", | ||
"url": "https://github.com/runfinch/finch/commit/98c8ee4f783d01cb1340e77b508d868c3bb4bf04" | ||
}, | ||
"date": 1699384512544, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - ns/op", | ||
"value": 44899071257, | ||
"unit": "ns/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_avg/op", | ||
"value": 0.3893, | ||
"unit": "%cpu_avg/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_peak/op", | ||
"value": 33.33, | ||
"unit": "%cpu_peak/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - cpu_seconds/op", | ||
"value": 44.9, | ||
"unit": "cpu_seconds/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - disk_bytes/op", | ||
"value": 1326993408, | ||
"unit": "disk_bytes/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - B/op", | ||
"value": 2014480, | ||
"unit": "B/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - allocs/op", | ||
"value": 42632, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - ns/op", | ||
"value": 30546557630, | ||
"unit": "ns/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_avg/op", | ||
"value": 0.3731, | ||
"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": 30.55, | ||
"unit": "cpu_seconds/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - disk_bytes/op", | ||
"value": 206860288, | ||
"unit": "disk_bytes/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - B/op", | ||
"value": 1372872, | ||
"unit": "B/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - allocs/op", | ||
"value": 29019, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - ns/op", | ||
"value": 474181485, | ||
"unit": "ns/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_avg/op", | ||
"value": 0.6456, | ||
"unit": "%cpu_avg/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_peak/op", | ||
"value": 16.57, | ||
"unit": "%cpu_peak/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - cpu_seconds/op", | ||
"value": 0.4741, | ||
"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": 31242, | ||
"unit": "B/op", | ||
"extra": "3 times\n12 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - allocs/op", | ||
"value": 503, | ||
"unit": "allocs/op", | ||
"extra": "3 times\n12 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|