Skip to content

Commit

Permalink
GitHub Action: Automated sync
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 25, 2024
1 parent 1b2f7b7 commit f06ba1a
Show file tree
Hide file tree
Showing 7 changed files with 958 additions and 1 deletion.
203 changes: 203 additions & 0 deletions data/backends/202409.json
Original file line number Diff line number Diff line change
Expand Up @@ -9742,5 +9742,208 @@
"commitDate": "1727095940",
"currentDate": "1727182341"
}
},
{
"llvm": {
"are_we_fast_yet/bounce": {
"time": 1767746823,
"arg": 87382
},
"are_we_fast_yet/list_tail": {
"time": 1161785528,
"arg": 75
},
"are_we_fast_yet/mandelbrot": {
"time": 2218225074,
"arg": 683
},
"are_we_fast_yet/nbody": {
"time": 1469576764,
"arg": 1048576
},
"are_we_fast_yet/permute": {
"time": 704349722,
"arg": 9
},
"are_we_fast_yet/queens": {
"time": 231946111,
"arg": 14
},
"are_we_fast_yet/sieve": {
"time": 963967937,
"arg": 5592406
},
"are_we_fast_yet/storage": {
"time": 1586808973,
"arg": 2731
},
"are_we_fast_yet/towers": {
"time": 2146595514,
"arg": 24
},
"duality_of_compilation/erase_unused": {
"time": 1397294093,
"arg": 10923
},
"duality_of_compilation/factorial_accumulator": {
"time": 1612826394,
"arg": 357913942
},
"duality_of_compilation/fibonacci_recursive": {
"time": 716891971,
"arg": 39
},
"duality_of_compilation/iterate_increment": {
"time": 722975256,
"arg": 178956971
},
"duality_of_compilation/lookup_tree": {
"time": 436746461,
"arg": 8388608
},
"duality_of_compilation/match_options": {
"time": 142942686,
"arg": 8388608
},
"duality_of_compilation/sum_range": {
"time": 238325892,
"arg": 4194304
},
"effect_handlers_bench/countdown": {
"time": 1004227409,
"arg": 33554432
},
"effect_handlers_bench/iterator": {
"time": 1030842778,
"arg": 67108864
},
"effect_handlers_bench/nqueens": {
"time": 1665166220,
"arg": 8
},
"effect_handlers_bench/parsing_dollars": {
"time": 1453581209,
"arg": 8192
},
"effect_handlers_bench/product_early": {
"time": 1327191613,
"arg": 10923
},
"effect_handlers_bench/resume_nontail": {
"time": 1135792975,
"arg": 65536
},
"effect_handlers_bench/tree_explore": {
"time": 623209200,
"arg": 9
},
"effect_handlers_bench/triples": {
"time": 1217659739,
"arg": 40
}
},
"js": {
"are_we_fast_yet/bounce": {
"time": 794016355,
"arg": 7283
},
"are_we_fast_yet/list_tail": {
"time": 665737373,
"arg": 42
},
"are_we_fast_yet/mandelbrot": {
"time": 542336381,
"arg": 171
},
"are_we_fast_yet/nbody": {
"time": 738731679,
"arg": 131072
},
"are_we_fast_yet/permute": {
"time": 500161417,
"arg": 8
},
"are_we_fast_yet/queens": {
"time": 129201157,
"arg": 21
},
"are_we_fast_yet/sieve": {
"time": 780351408,
"arg": 1048576
},
"are_we_fast_yet/storage": {
"time": 781557276,
"arg": 512
},
"are_we_fast_yet/towers": {
"time": 1209721922,
"arg": 21
},
"duality_of_compilation/erase_unused": {
"time": 809301664,
"arg": 3642
},
"duality_of_compilation/factorial_accumulator": {
"time": 1240776628,
"arg": 8388608
},
"duality_of_compilation/fibonacci_recursive": {
"time": 1593317957,
"arg": 31
},
"duality_of_compilation/iterate_increment": {
"time": 1040987952,
"arg": 8388608
},
"duality_of_compilation/lookup_tree": {
"time": 10846629,
"arg": 1024
},
"duality_of_compilation/match_options": {
"time": 10871378,
"arg": 1024
},
"duality_of_compilation/sum_range": {
"time": 9082583,
"arg": 1024
},
"effect_handlers_bench/countdown": {
"time": 600391372,
"arg": 1048576
},
"effect_handlers_bench/iterator": {
"time": 848528221,
"arg": 2796203
},
"effect_handlers_bench/nqueens": {
"time": 539441985,
"arg": 10
},
"effect_handlers_bench/parsing_dollars": {
"time": 824703586,
"arg": 2428
},
"effect_handlers_bench/product_early": {
"time": 664925848,
"arg": 4096
},
"effect_handlers_bench/resume_nontail": {
"time": 801387521,
"arg": 1024
},
"effect_handlers_bench/tree_explore": {
"time": 185231630,
"arg": 10
},
"effect_handlers_bench/triples": {
"time": 952977654,
"arg": 171
}
},
"meta": {
"commit": "7d49f3f7",
"commitDate": "1727190488",
"currentDate": "1727229250"
}
}
]
8 changes: 8 additions & 0 deletions data/build/202409.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,13 @@
"commitDate": "1727095940",
"currentDate": "1727181953"
}
},
{
"buildTime": "82.01",
"meta": {
"commit": "7d49f3f7",
"commitDate": "1727190488",
"currentDate": "1727228864"
}
}
]
85 changes: 85 additions & 0 deletions data/cloc/202409.json
Original file line number Diff line number Diff line change
Expand Up @@ -4078,5 +4078,90 @@
"commitDate": "1727095940",
"currentDate": "1727182339"
}
},
{
"Scala": {
"nFiles": 167,
"blank": 6489,
"comment": 7032,
"code": 23894
},
"Effekt": {
"nFiles": 418,
"blank": 2647,
"comment": 1291,
"code": 11125
},
"Markdown": {
"nFiles": 15,
"blank": 500,
"comment": 0,
"code": 2492
},
"Scheme": {
"nFiles": 11,
"blank": 200,
"comment": 163,
"code": 1289
},
"C": {
"nFiles": 8,
"blank": 193,
"comment": 167,
"code": 701
},
"JSON": {
"nFiles": 3,
"blank": 1,
"comment": 0,
"code": 659
},
"LLVM IR": {
"nFiles": 3,
"blank": 184,
"comment": 76,
"code": 563
},
"JavaScript": {
"nFiles": 4,
"blank": 79,
"comment": 55,
"code": 452
},
"YAML": {
"nFiles": 3,
"blank": 62,
"comment": 11,
"code": 324
},
"XML": {
"nFiles": 1,
"blank": 3,
"comment": 4,
"code": 42
},
"Standard ML": {
"nFiles": 1,
"blank": 10,
"comment": 14,
"code": 41
},
"Bourne Shell": {
"nFiles": 1,
"blank": 0,
"comment": 0,
"code": 2
},
"SUM": {
"blank": 10368,
"comment": 8813,
"code": 41584,
"nFiles": 635
},
"meta": {
"commit": "7d49f3f7",
"commitDate": "1727190488",
"currentDate": "1727229248"
}
}
]
47 changes: 47 additions & 0 deletions data/metrics/202409.json
Original file line number Diff line number Diff line change
Expand Up @@ -2084,5 +2084,52 @@
"commitDate": "1727095940",
"currentDate": "1727182341"
}
},
{
"examples/casestudies/buildsystem.effekt.md": {
"maxMem": "344992",
"userTime": "9.69",
"cpuUsage": "282%"
},
"examples/casestudies/inference.effekt.md": {
"maxMem": "367624",
"userTime": "13.70",
"cpuUsage": "287%"
},
"examples/casestudies/prettyprinter.effekt.md": {
"maxMem": "443744",
"userTime": "13.62",
"cpuUsage": "296%"
},
"examples/casestudies/anf.effekt.md": {
"maxMem": "430332",
"userTime": "14.23",
"cpuUsage": "295%"
},
"examples/casestudies/lexer.effekt.md": {
"maxMem": "375016",
"userTime": "10.79",
"cpuUsage": "283%"
},
"examples/casestudies/ad.effekt.md": {
"maxMem": "437568",
"userTime": "12.20",
"cpuUsage": "291%"
},
"examples/casestudies/parser.effekt.md": {
"maxMem": "443152",
"userTime": "12.42",
"cpuUsage": "292%"
},
"examples/casestudies/naturalisticdsls.effekt.md": {
"maxMem": "348624",
"userTime": "9.71",
"cpuUsage": "280%"
},
"meta": {
"commit": "7d49f3f7",
"commitDate": "1727190488",
"currentDate": "1727229249"
}
}
]
Loading

0 comments on commit f06ba1a

Please sign in to comment.