Skip to content

Commit fc94ad8

Browse files
committed
Benchmarks -> Benchmarking
1 parent efc55d8 commit fc94ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ library(RcppParallel)
290290
setNumThreads(defaultNumThreads() / 2)
291291
```
292292

293-
#### Benchmarks
293+
#### Benchmarking
294294

295295
As you experiment with various settings to tune your parallel algorithms you should always measure the results. The **rbenchmark** package has some useful tools for doing this. For example, here's a benchmark of the parallel matrix square root example from above (in this case it's a comparison against the serial version):
296296

0 commit comments

Comments
 (0)