Skip to content

Commit b1ff28e

Browse files
committed
Deploying to gh-pages from @ e0a2e94 🚀
1 parent 9850a58 commit b1ff28e

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

dev/articles/carrier.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/carrier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ system.time({
227227
my_slow_fn()
228228
})
229229
#> user system elapsed
230-
#> 0.336 0.321 1.455
230+
#> 0.360 0.329 1.517
231231
```
232232

233233
One way to avoid this is to use carrier to crate the function, isolating
@@ -252,5 +252,5 @@ system.time({
252252
my_crated_fn()
253253
})
254254
#> user system elapsed
255-
#> 0.177 0.067 0.476
255+
#> 0.185 0.067 0.486
256256
```

dev/articles/gotchas.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/gotchas.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ plan(sequential)
212212

213213
t2 - t1
214214
#> user system elapsed
215-
#> 1.087 0.029 5.629
215+
#> 1.232 0.051 5.800
216216
```
217217

218218
The issue here is that the grouped nature of the data frame prevents
@@ -259,7 +259,7 @@ plan(sequential)
259259

260260
t2 - t1
261261
#> user system elapsed
262-
#> 0.041 0.000 0.263
262+
#> 0.042 0.001 0.264
263263
```
264264

265265
## Graphics devices
@@ -338,13 +338,13 @@ system.time(
338338
my_fast_fn()
339339
)
340340
#> user system elapsed
341-
#> 0.024 0.000 0.240
341+
#> 0.029 0.001 0.262
342342

343343
system.time(
344344
my_slow_fn()
345345
)
346346
#> user system elapsed
347-
#> 0.340 0.298 1.277
347+
#> 0.347 0.317 1.323
348348

349349
plan(sequential)
350350
```
@@ -396,7 +396,7 @@ system.time(
396396
my_not_so_slow_fn()
397397
)
398398
#> user system elapsed
399-
#> 0.172 0.076 0.467
399+
#> 0.184 0.079 0.499
400400

401401
plan(sequential)
402402
```

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ articles:
77
articles/gotchas: gotchas.html
88
articles/progress: progress.html
99
articles/remote-connections: remote-connections.html
10-
last_built: 2026-01-23T16:37Z
10+
last_built: 2026-01-23T16:41Z
1111
urls:
1212
reference: https://furrr.futureverse.org/reference
1313
article: https://furrr.futureverse.org/articles

dev/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)