Skip to content

Commit

Permalink
differences for PR #628
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent 3649f1d commit 015eebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 15-supp-loops-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ system.time(avg2 <- analyze2(filenames))

``` output
user system elapsed
0.023 0.000 0.023
0.022 0.000 0.022
```

Note how we add a new column to `out` at each iteration?
Expand All @@ -218,7 +218,7 @@ system.time(avg3 <- analyze3(filenames))

``` output
user system elapsed
0.022 0.000 0.022
0.021 0.000 0.022
```

In this simple example there is little difference in the compute time of `analyze2` and `analyze3`.
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"learners/reference.md" "a290441c6e04883b663820ee64c03813" "site/built/reference.md" "2024-07-02"
"learners/setup.md" "90f05c6c3417b323c692fe5d4e6f7d44" "site/built/setup.md" "2024-07-02"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-07-02"
"renv/profiles/lesson-requirements/renv.lock" "a824220d02dee35e3ea930cc4829e2a4" "site/built/renv.lock" "2024-07-02"
"renv/profiles/lesson-requirements/renv.lock" "c128567ec7b5e6d1310336d98ae8f5dd" "site/built/renv.lock" "2024-07-02"

0 comments on commit 015eebb

Please sign in to comment.