-
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 61672eb
- Loading branch information
github-action-benchmark
committed
Aug 11, 2023
1 parent
1895476
commit 6c12ad4
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": 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": "[email protected]", | ||
"name": "Gavin Inglis", | ||
"username": "ginglis13" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"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 <[email protected]>", | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|