Skip to content

Commit 762aafc

Browse files
author
github-action-benchmark
committed
add Finch Benchmark (go) benchmark result for 3525e55
1 parent 83082f5 commit 762aafc

File tree

1 file changed

+217
-1
lines changed

1 file changed

+217
-1
lines changed

dev/bench/macOS/14/x86_64/data.js

Lines changed: 217 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1728423398211,
2+
"lastUpdate": 1728429055084,
33
"repoUrl": "https://github.com/runfinch/finch",
44
"entries": {
55
"Finch Benchmark": [
@@ -46976,6 +46976,222 @@ window.BENCHMARK_DATA = {
4697646976
"extra": "1 times\n12 procs"
4697746977
}
4697846978
]
46979+
},
46980+
{
46981+
"commit": {
46982+
"author": {
46983+
"email": "41898282+github-actions[bot]@users.noreply.github.com",
46984+
"name": "github-actions[bot]",
46985+
"username": "github-actions[bot]"
46986+
},
46987+
"committer": {
46988+
"email": "[email protected]",
46989+
"name": "GitHub",
46990+
"username": "web-flow"
46991+
},
46992+
"distinct": true,
46993+
"id": "3525e5514242e5718cf45727d60f7d3ca97a833a",
46994+
"message": "chore(main): release 1.4.0 (#1118)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
46995+
"timestamp": "2024-10-08T16:05:32-07:00",
46996+
"tree_id": "41c4227b838a91f11f466b837c2ec24d70b8873d",
46997+
"url": "https://github.com/runfinch/finch/commit/3525e5514242e5718cf45727d60f7d3ca97a833a"
46998+
},
46999+
"date": 1728429054186,
47000+
"tool": "go",
47001+
"benches": [
47002+
{
47003+
"name": "BenchmarkAll/BenchmarkVMInit",
47004+
"value": 77441927261,
47005+
"unit": "ns/op\t 0.2559 %cpu_avg/op\t 26.67 %cpu_peak/op\t 77.44 cpu_seconds/op\t1975353344 disk_bytes/op\t 3760600 B/op\t 73516 allocs/op",
47006+
"extra": "1 times\n12 procs"
47007+
},
47008+
{
47009+
"name": "BenchmarkAll/BenchmarkVMInit - ns/op",
47010+
"value": 77441927261,
47011+
"unit": "ns/op",
47012+
"extra": "1 times\n12 procs"
47013+
},
47014+
{
47015+
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_avg/op",
47016+
"value": 0.2559,
47017+
"unit": "%cpu_avg/op",
47018+
"extra": "1 times\n12 procs"
47019+
},
47020+
{
47021+
"name": "BenchmarkAll/BenchmarkVMInit - %cpu_peak/op",
47022+
"value": 26.67,
47023+
"unit": "%cpu_peak/op",
47024+
"extra": "1 times\n12 procs"
47025+
},
47026+
{
47027+
"name": "BenchmarkAll/BenchmarkVMInit - cpu_seconds/op",
47028+
"value": 77.44,
47029+
"unit": "cpu_seconds/op",
47030+
"extra": "1 times\n12 procs"
47031+
},
47032+
{
47033+
"name": "BenchmarkAll/BenchmarkVMInit - disk_bytes/op",
47034+
"value": 1975353344,
47035+
"unit": "disk_bytes/op",
47036+
"extra": "1 times\n12 procs"
47037+
},
47038+
{
47039+
"name": "BenchmarkAll/BenchmarkVMInit - B/op",
47040+
"value": 3760600,
47041+
"unit": "B/op",
47042+
"extra": "1 times\n12 procs"
47043+
},
47044+
{
47045+
"name": "BenchmarkAll/BenchmarkVMInit - allocs/op",
47046+
"value": 73516,
47047+
"unit": "allocs/op",
47048+
"extra": "1 times\n12 procs"
47049+
},
47050+
{
47051+
"name": "BenchmarkAll/BenchmarkVMStart",
47052+
"value": 23055346156,
47053+
"unit": "ns/op\t 0.3969 %cpu_avg/op\t 33.33 %cpu_peak/op\t 23.06 cpu_seconds/op\t 512000 disk_bytes/op\t 1111088 B/op\t 22059 allocs/op",
47054+
"extra": "1 times\n12 procs"
47055+
},
47056+
{
47057+
"name": "BenchmarkAll/BenchmarkVMStart - ns/op",
47058+
"value": 23055346156,
47059+
"unit": "ns/op",
47060+
"extra": "1 times\n12 procs"
47061+
},
47062+
{
47063+
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_avg/op",
47064+
"value": 0.3969,
47065+
"unit": "%cpu_avg/op",
47066+
"extra": "1 times\n12 procs"
47067+
},
47068+
{
47069+
"name": "BenchmarkAll/BenchmarkVMStart - %cpu_peak/op",
47070+
"value": 33.33,
47071+
"unit": "%cpu_peak/op",
47072+
"extra": "1 times\n12 procs"
47073+
},
47074+
{
47075+
"name": "BenchmarkAll/BenchmarkVMStart - cpu_seconds/op",
47076+
"value": 23.06,
47077+
"unit": "cpu_seconds/op",
47078+
"extra": "1 times\n12 procs"
47079+
},
47080+
{
47081+
"name": "BenchmarkAll/BenchmarkVMStart - disk_bytes/op",
47082+
"value": 512000,
47083+
"unit": "disk_bytes/op",
47084+
"extra": "1 times\n12 procs"
47085+
},
47086+
{
47087+
"name": "BenchmarkAll/BenchmarkVMStart - B/op",
47088+
"value": 1111088,
47089+
"unit": "B/op",
47090+
"extra": "1 times\n12 procs"
47091+
},
47092+
{
47093+
"name": "BenchmarkAll/BenchmarkVMStart - allocs/op",
47094+
"value": 22059,
47095+
"unit": "allocs/op",
47096+
"extra": "1 times\n12 procs"
47097+
},
47098+
{
47099+
"name": "BenchmarkAll/BenchmarkContainerRun",
47100+
"value": 459304711,
47101+
"unit": "ns/op\t 0.7688 %cpu_avg/op\t 12.82 %cpu_peak/op\t 0.4592 cpu_seconds/op\t 2730 disk_bytes/op\t 32842 B/op\t 490 allocs/op",
47102+
"extra": "3 times\n12 procs"
47103+
},
47104+
{
47105+
"name": "BenchmarkAll/BenchmarkContainerRun - ns/op",
47106+
"value": 459304711,
47107+
"unit": "ns/op",
47108+
"extra": "3 times\n12 procs"
47109+
},
47110+
{
47111+
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_avg/op",
47112+
"value": 0.7688,
47113+
"unit": "%cpu_avg/op",
47114+
"extra": "3 times\n12 procs"
47115+
},
47116+
{
47117+
"name": "BenchmarkAll/BenchmarkContainerRun - %cpu_peak/op",
47118+
"value": 12.82,
47119+
"unit": "%cpu_peak/op",
47120+
"extra": "3 times\n12 procs"
47121+
},
47122+
{
47123+
"name": "BenchmarkAll/BenchmarkContainerRun - cpu_seconds/op",
47124+
"value": 0.4592,
47125+
"unit": "cpu_seconds/op",
47126+
"extra": "3 times\n12 procs"
47127+
},
47128+
{
47129+
"name": "BenchmarkAll/BenchmarkContainerRun - disk_bytes/op",
47130+
"value": 2730,
47131+
"unit": "disk_bytes/op",
47132+
"extra": "3 times\n12 procs"
47133+
},
47134+
{
47135+
"name": "BenchmarkAll/BenchmarkContainerRun - B/op",
47136+
"value": 32842,
47137+
"unit": "B/op",
47138+
"extra": "3 times\n12 procs"
47139+
},
47140+
{
47141+
"name": "BenchmarkAll/BenchmarkContainerRun - allocs/op",
47142+
"value": 490,
47143+
"unit": "allocs/op",
47144+
"extra": "3 times\n12 procs"
47145+
},
47146+
{
47147+
"name": "BenchmarkAll/BenchmarkImageBuild",
47148+
"value": 1451002871,
47149+
"unit": "ns/op\t 0.3657 %cpu_avg/op\t 18.18 %cpu_peak/op\t 1.451 cpu_seconds/op\t 2211840 disk_bytes/op\t 81056 B/op\t 1440 allocs/op",
47150+
"extra": "1 times\n12 procs"
47151+
},
47152+
{
47153+
"name": "BenchmarkAll/BenchmarkImageBuild - ns/op",
47154+
"value": 1451002871,
47155+
"unit": "ns/op",
47156+
"extra": "1 times\n12 procs"
47157+
},
47158+
{
47159+
"name": "BenchmarkAll/BenchmarkImageBuild - %cpu_avg/op",
47160+
"value": 0.3657,
47161+
"unit": "%cpu_avg/op",
47162+
"extra": "1 times\n12 procs"
47163+
},
47164+
{
47165+
"name": "BenchmarkAll/BenchmarkImageBuild - %cpu_peak/op",
47166+
"value": 18.18,
47167+
"unit": "%cpu_peak/op",
47168+
"extra": "1 times\n12 procs"
47169+
},
47170+
{
47171+
"name": "BenchmarkAll/BenchmarkImageBuild - cpu_seconds/op",
47172+
"value": 1.451,
47173+
"unit": "cpu_seconds/op",
47174+
"extra": "1 times\n12 procs"
47175+
},
47176+
{
47177+
"name": "BenchmarkAll/BenchmarkImageBuild - disk_bytes/op",
47178+
"value": 2211840,
47179+
"unit": "disk_bytes/op",
47180+
"extra": "1 times\n12 procs"
47181+
},
47182+
{
47183+
"name": "BenchmarkAll/BenchmarkImageBuild - B/op",
47184+
"value": 81056,
47185+
"unit": "B/op",
47186+
"extra": "1 times\n12 procs"
47187+
},
47188+
{
47189+
"name": "BenchmarkAll/BenchmarkImageBuild - allocs/op",
47190+
"value": 1440,
47191+
"unit": "allocs/op",
47192+
"extra": "1 times\n12 procs"
47193+
}
47194+
]
4697947195
}
4698047196
]
4698147197
}

0 commit comments

Comments
 (0)