-
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 63469e7
- Loading branch information
github-action-benchmark
committed
Jun 21, 2024
1 parent
9f850d7
commit 7159c2e
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": 1718892787688, | ||
"lastUpdate": 1718983180293, | ||
"repoUrl": "https://github.com/runfinch/finch", | ||
"entries": { | ||
"Finch Benchmark": [ | ||
|
@@ -51512,6 +51512,174 @@ window.BENCHMARK_DATA = { | |
"extra": "5 times\n8 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Austin Vazquez", | ||
"username": "austinvazquez" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "63469e71e3ed382aa09eaf59bdf68b2032a12095", | ||
"message": "ci: match job name to branch protection rule (#988)\n\nIssue #, if available:\r\n#986 is currently blocked on merge due to required CI job checks not\r\nmatching the expected naming in the branch protection ruleset. The\r\n`go-linter` job was renamed in #649 to `lint` and `unit-test` and\r\n`gen-code-no-diff` were expanded for the Windows platform.\r\n\r\n*Description of changes:*\r\nThis change updates the docs CI job to match the expected job names in\r\nthe branch protection ruleset.\r\n\r\n*Testing done:*\r\nManually verified the branch protection ruleset name matches.\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: Austin Vazquez <[email protected]>", | ||
"timestamp": "2024-06-21T15:06:37Z", | ||
"tree_id": "f73ae65a3e04b56f9001a27661d031a01c6c9771", | ||
"url": "https://github.com/runfinch/finch/commit/63469e71e3ed382aa09eaf59bdf68b2032a12095" | ||
}, | ||
"date": 1718983178354, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit", | ||
"value": 117355734375, | ||
"unit": "ns/op\t 0.2081 %cpu_avg/op\t 55.56 %cpu_peak/op\t 117.4 cpu_seconds/op\t9575870464 disk_bytes/op\t 5259568 B/op\t 111123 allocs/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - ns/op", | ||
"value": 117355734375, | ||
"unit": "ns/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_avg/op", | ||
"value": 0.2081, | ||
"unit": "%cpu_avg/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_peak/op", | ||
"value": 55.56, | ||
"unit": "%cpu_peak/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - cpu_seconds/op", | ||
"value": 117.4, | ||
"unit": "cpu_seconds/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - disk_bytes/op", | ||
"value": 9575870464, | ||
"unit": "disk_bytes/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - B/op", | ||
"value": 5259568, | ||
"unit": "B/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMInit - allocs/op", | ||
"value": 111123, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart", | ||
"value": 23173866291, | ||
"unit": "ns/op\t 0.3869 %cpu_avg/op\t 33.33 %cpu_peak/op\t 23.17 cpu_seconds/op\t 24657920 disk_bytes/op\t 1030352 B/op\t 21849 allocs/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - ns/op", | ||
"value": 23173866291, | ||
"unit": "ns/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_avg/op", | ||
"value": 0.3869, | ||
"unit": "%cpu_avg/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_peak/op", | ||
"value": 33.33, | ||
"unit": "%cpu_peak/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - cpu_seconds/op", | ||
"value": 23.17, | ||
"unit": "cpu_seconds/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - disk_bytes/op", | ||
"value": 24657920, | ||
"unit": "disk_bytes/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - B/op", | ||
"value": 1030352, | ||
"unit": "B/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkVMStart - allocs/op", | ||
"value": 21849, | ||
"unit": "allocs/op", | ||
"extra": "1 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun", | ||
"value": 245078058, | ||
"unit": "ns/op\t 1.572 %cpu_avg/op\t 11.73 %cpu_peak/op\t 0.2450 cpu_seconds/op\t -1992294 disk_bytes/op\t 20864 B/op\t 276 allocs/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - ns/op", | ||
"value": 245078058, | ||
"unit": "ns/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_avg/op", | ||
"value": 1.572, | ||
"unit": "%cpu_avg/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_peak/op", | ||
"value": 11.73, | ||
"unit": "%cpu_peak/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - cpu_seconds/op", | ||
"value": 0.245, | ||
"unit": "cpu_seconds/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - disk_bytes/op", | ||
"value": -1992294, | ||
"unit": "disk_bytes/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - B/op", | ||
"value": 20864, | ||
"unit": "B/op", | ||
"extra": "5 times\n8 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkAll/BenchmarkContainerRun - allocs/op", | ||
"value": 276, | ||
"unit": "allocs/op", | ||
"extra": "5 times\n8 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|