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
_All queries together required ≈10 ms (1ms accuracy, total 11 ms)_
123
+
_All queries together required ≈60 ms (1ms accuracy, total 62 ms)_
124
124
125
125
<details><summary style="color:gray">Show Detailed Results as Json</summary>
126
126
127
-
The analysis required _10.6 ms_ (including parsing and normalization and the query) within the generation environment.
127
+
The analysis required _61.9 ms_ (including parsing and normalization and the query) within the generation environment.
128
128
129
129
In general, the JSON contains the Ids of the nodes in question as they are present in the normalized AST or the dataflow graph of flowR.
130
130
Please consult the [Interface](https://github.com/flowr-analysis/flowr/wiki/Interface) wiki page for more information on how to get those.
131
131
132
132
133
133
134
-
135
134
```json
136
135
{
137
136
"linter": {
@@ -141,7 +140,7 @@ It offers a wide variety of features, for example:
141
140
".meta": {
142
141
"builtin": 0,
143
142
"sigdb": 0,
144
-
"searchTimeMs": 0,
143
+
"searchTimeMs": 2,
145
144
"processTimeMs": 1
146
145
}
147
146
},
@@ -165,7 +164,7 @@ It offers a wide variety of features, for example:
165
164
"totalWritesBeforeAlways": 0,
166
165
"totalValid": 0,
167
166
"searchTimeMs": 1,
168
-
"processTimeMs": 1
167
+
"processTimeMs": 2
169
168
}
170
169
},
171
170
"seeded-randomness": {
@@ -196,8 +195,8 @@ It offers a wide variety of features, for example:
196
195
".meta": {
197
196
"totalConsidered": 1,
198
197
"totalUnknown": 0,
199
-
"searchTimeMs": 0,
200
-
"processTimeMs": 0
198
+
"searchTimeMs": 1,
199
+
"processTimeMs": 1
201
200
}
202
201
},
203
202
"unused-definitions": {
@@ -214,7 +213,7 @@ It offers a wide variety of features, for example:
214
213
"totalCalls": 0,
215
214
"totalFunctionDefinitions": 0,
216
215
"searchTimeMs": 0,
217
-
"processTimeMs": 0
216
+
"processTimeMs": 1
218
217
}
219
218
},
220
219
"dataframe-access-validation": {
@@ -224,13 +223,13 @@ It offers a wide variety of features, for example:
224
223
"numAccesses": 0,
225
224
"totalAccessed": 0,
226
225
"searchTimeMs": 0,
227
-
"processTimeMs": 1
226
+
"processTimeMs": 13
228
227
}
229
228
},
230
229
"dead-code": {
231
230
"results": [],
232
231
".meta": {
233
-
"searchTimeMs": 0,
232
+
"searchTimeMs": 1,
234
233
"processTimeMs": 0
235
234
}
236
235
},
@@ -239,7 +238,7 @@ It offers a wide variety of features, for example:
239
238
".meta": {
240
239
"numOfUselessLoops": 0,
241
240
"searchTimeMs": 0,
242
-
"processTimeMs": 0
241
+
"processTimeMs": 4
243
242
}
244
243
},
245
244
"problematic-inputs": {
@@ -285,7 +284,7 @@ It offers a wide variety of features, for example:
285
284
"subscript": 0
286
285
},
287
286
"searchTimeMs": 0,
288
-
"processTimeMs": 3
287
+
"processTimeMs": 22
289
288
}
290
289
},
291
290
"unused-import": {
@@ -295,7 +294,7 @@ It offers a wide variety of features, for example:
295
294
"totalUnresolved": 0,
296
295
"totalMultiPackage": 0,
297
296
"totalUnused": 0,
298
-
"searchTimeMs": 0,
297
+
"searchTimeMs": 2,
299
298
"processTimeMs": 0
300
299
}
301
300
},
@@ -313,17 +312,17 @@ It offers a wide variety of features, for example:
313
312
".meta": {
314
313
"totalCriticalArguments": 0,
315
314
"totalEscapedArguments": 0,
316
-
"searchTimeMs": 0,
317
-
"processTimeMs": 1
315
+
"searchTimeMs": 1,
316
+
"processTimeMs": 2
318
317
}
319
318
}
320
319
},
321
320
".meta": {
322
-
"timing": 10
321
+
"timing": 60
323
322
}
324
323
},
325
324
".meta": {
326
-
"timing": 10
325
+
"timing": 60
327
326
}
328
327
}
329
328
```
@@ -403,7 +402,7 @@ It offers a wide variety of features, for example:
403
402
N <- 10
404
403
for(i in 1:(N-1)) sum <- sum + i + w
405
404
sum
406
-
All queries together required ≈3 ms (1ms accuracy, total 3 ms)
405
+
All queries together required ≈17 ms (1ms accuracy, total 18 ms)
407
406
```
408
407
409
408
@@ -765,7 +764,7 @@ It offers a wide variety of features, for example:
765
764
```
766
765
767
766
768
-
(The analysis required _3.4 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment. No [signature database](https://github.com/flowr-analysis/flowr/wiki/Signature-Database) is mounted for these generated graphs, so `library()` calls attach no package exports; base-R names are still qualified via the generated base-package store (e.g. `acf` as `stats::acf`).)
767
+
(The analysis required _7.7 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment. No [signature database](https://github.com/flowr-analysis/flowr/wiki/Signature-Database) is mounted for these generated graphs, so `library()` calls attach no package exports; base-R names are still qualified via the generated base-package store (e.g. `acf` as `stats::acf`).)
0 commit comments