Skip to content

Commit

Permalink
docs(benchmarks): Improve linking
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 4, 2024
1 parent 7de23de commit 9b76199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/benchmarks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This data forms the basis for three "snapshots" used in the benchmarks:
The benchmark function uses three consecutive calls to `update_snapshot()` to create the table with first snapshot and
then update it to the second and third snapshot. Finally, the table is deleted.

The performance of this benchmark function is timed with the `microbenchmark` package using 10 replicates.
The performance of this benchmark function is timed with the `{{microbenchmark}}` package using 10 replicates.
All benchmarks are run on the same machine.

The results of the benchmark are shown graphically below (mean and standard deviation), where we compare the current
Expand Down Expand Up @@ -126,7 +126,7 @@ data. The datasets are similar to the first benchmark, but the number of repeats
increasing data size. The benchmarks are run from a "clean" state, where the target_table does not exists. The benchmark
measures both the time to create the table and to remove it again afterwards (to restore the clean state).

The performance of this benchmark function is timed with the `microbenchmark` package using 5 replicates.
The performance of this benchmark function is timed with the `{{microbenchmark}}` package using 5 replicates.
All benchmarks are run on the same machine.

The results of the benchmark are shown graphically below (mean and standard deviation) and with linear scaling (dotted
Expand Down

0 comments on commit 9b76199

Please sign in to comment.