You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,7 +98,7 @@ It offers a wide variety of features, for example:
98
98
99
99
100
100
* 🚀 **fast data- and control-flow graphs**\
101
-
Within just <i><span title="This measurement is automatically fetched from the latest benchmark!">139.5 ms</span></i> (as of May 27, 2025),
101
+
Within just <i><span title="This measurement is automatically fetched from the latest benchmark!">133.8 ms</span></i> (as of May 31, 2025),
102
102
_flowR_ can analyze the data- and control-flow of the average real-world R script. See the [benchmarks](https://flowr-analysis.github.io/flowr/wiki/stats/benchmark) for more information,
103
103
and consult the [wiki pages](https://github.com/flowr-analysis/flowr/wiki/Dataflow-Graph) for more details on the dataflow graph.
104
104
@@ -134,7 +134,7 @@ It offers a wide variety of features, for example:
134
134
135
135
```shell
136
136
$ docker run -it --rm eagleoutice/flowr # or npm run flowr
137
-
flowR repl using flowR v2.2.13, R v4.4.3 (r-shell engine)
137
+
flowR repl using flowR v2.2.14, R v4.4.3 (r-shell engine)
138
138
R> :dataflow* test/testfiles/example.R
139
139
```
140
140
@@ -435,7 +435,7 @@ It offers a wide variety of features, for example:
435
435
```
436
436
437
437
438
-
(The analysis required _22.0 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
438
+
(The analysis required _22.8 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
0 commit comments