Skip to content

Commit

Permalink
Update cpp/docs/BENCHMARKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 20, 2022
1 parent c5d184d commit 77e69b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/docs/BENCHMARKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Unit benchmarks in libcudf are written using [NVBench](https://github.com/NVIDIA/nvbench).
While many existing benchmarks are written using
[Google Benchmark](https://github.com/google/benchmark), new benchmarks should use nvbench.
[Google Benchmark](https://github.com/google/benchmark), new benchmarks should use NVBench.

The NVBench library is similar to Google Benchmark, but has several quality of life improvements
when doing GPU benchmarking such as displaying the fraction of peak memory bandwidth achieved and
Expand Down

0 comments on commit 77e69b8

Please sign in to comment.