Skip to content

Commit f6e84da

Browse files
author
github-action-benchmark
committed
add "social-science" Benchmark Suite (customSmallerIsBetter) benchmark result for 0a000cc
1 parent 962e0fc commit f6e84da

File tree

1 file changed

+104
-1
lines changed

1 file changed

+104
-1
lines changed

wiki/stats/benchmark/data.js

Lines changed: 104 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1748716592098,
2+
"lastUpdate": 1748716593297,
33
"repoUrl": "https://github.com/flowr-analysis/flowr",
44
"entries": {
55
"\"artificial\" Benchmark Suite": [
@@ -14081,6 +14081,109 @@ window.BENCHMARK_DATA = {
1408114081
"extra": "median: 53.09"
1408214082
}
1408314083
]
14084+
},
14085+
{
14086+
"commit": {
14087+
"author": {
14088+
"email": "florian.sihler@uni-ulm.de",
14089+
"name": "Florian Sihler",
14090+
"username": "EagleoutIce"
14091+
},
14092+
"committer": {
14093+
"email": "florian.sihler@uni-ulm.de",
14094+
"name": "Florian Sihler",
14095+
"username": "EagleoutIce"
14096+
},
14097+
"distinct": true,
14098+
"id": "0a000cc15c89ace7254d47c380227e261d1cfb18",
14099+
"message": "[release:patch] 2.2.14 Basic Linting Setup",
14100+
"timestamp": "2025-05-31T20:20:31+02:00",
14101+
"tree_id": "3de3eb59c995a0a1e70d82b9564310f8bdf8aace",
14102+
"url": "https://github.com/flowr-analysis/flowr/commit/0a000cc15c89ace7254d47c380227e261d1cfb18"
14103+
},
14104+
"date": 1748716593291,
14105+
"tool": "customSmallerIsBetter",
14106+
"benches": [
14107+
{
14108+
"name": "Retrieve AST from R code",
14109+
"value": 245.73977236000002,
14110+
"unit": "ms",
14111+
"range": 45.63704374767473,
14112+
"extra": "median: 226.29ms"
14113+
},
14114+
{
14115+
"name": "Normalize R AST",
14116+
"value": 18.699923440000003,
14117+
"unit": "ms",
14118+
"range": 14.433306988911369,
14119+
"extra": "median: 10.73ms"
14120+
},
14121+
{
14122+
"name": "Produce dataflow information",
14123+
"value": 94.67940623999999,
14124+
"unit": "ms",
14125+
"range": 90.4962361884528,
14126+
"extra": "median: 50.51ms"
14127+
},
14128+
{
14129+
"name": "Total per-file",
14130+
"value": 2176.43274228,
14131+
"unit": "ms",
14132+
"range": 3560.4561797595143,
14133+
"extra": "median: 510.32ms"
14134+
},
14135+
{
14136+
"name": "Static slicing",
14137+
"value": 4.4285133992005115,
14138+
"unit": "ms",
14139+
"range": 13.55840366082753,
14140+
"extra": "median: 0.71ms"
14141+
},
14142+
{
14143+
"name": "Reconstruct code",
14144+
"value": 0.27372893967868517,
14145+
"unit": "ms",
14146+
"range": 0.15399531987785164,
14147+
"extra": "median: 0.19ms"
14148+
},
14149+
{
14150+
"name": "Total per-slice",
14151+
"value": 4.7099944414138974,
14152+
"unit": "ms",
14153+
"range": 13.586873736225074,
14154+
"extra": "median: 0.94ms"
14155+
},
14156+
{
14157+
"name": "failed to reconstruct/re-parse",
14158+
"value": 0,
14159+
"unit": "#",
14160+
"extra": "out of 12710 slices"
14161+
},
14162+
{
14163+
"name": "times hit threshold",
14164+
"value": 0,
14165+
"unit": "#"
14166+
},
14167+
{
14168+
"name": "reduction (characters)",
14169+
"value": 0.8777744028063875,
14170+
"unit": "#",
14171+
"extra": "std: 0.10660809376285156"
14172+
},
14173+
{
14174+
"name": "reduction (normalized tokens)",
14175+
"value": 0.8225385840469721,
14176+
"unit": "#",
14177+
"extra": "std: 0.15263521047510092"
14178+
},
14179+
{
14180+
"name": "memory (df-graph)",
14181+
"value": 107.678828125,
14182+
"unit": "KiB",
14183+
"range": 118.33421974292067,
14184+
"extra": "median: 53.09"
14185+
}
14186+
]
1408414187
}
1408514188
],
1408614189
"\"artificial\" Benchmark Suite (tree-sitter)": [

0 commit comments

Comments
 (0)