Skip to content

Commit

Permalink
Add performance benchmarks to user facing docs (#12595)
Browse files Browse the repository at this point in the history
Resolves: #12295 

This PR introduces a notebook of benchmarks that users will be able to run if they download the notebook. The notebook also generates graphs which are going to show up in cudf python docs.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Ray Douglass (https://github.com/raydouglass)

URL: #12595
  • Loading branch information
galipremsagar authored Mar 8, 2023
1 parent 50f7e68 commit 553162c
Show file tree
Hide file tree
Showing 5 changed files with 1,652 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pushd notebooks

# Add notebooks that should be skipped here
# (space-separated list of filenames without paths)
SKIPNBS=""
SKIPNBS="performance_comparisons.ipynb"

EXITCODE=0
trap "EXITCODE=1" ERR
Expand Down
2 changes: 2 additions & 0 deletions docs/cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"myst_nb",
]

nb_execution_excludepatterns = ['performance-comparisons.ipynb']

nb_execution_mode = "force"
nb_execution_timeout = 300

Expand Down
1 change: 1 addition & 0 deletions docs/cudf/source/user_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ groupby
guide-to-udfs
cupy-interop
options
performance-comparisons
PandasCompat
copy-on-write
```
Loading

0 comments on commit 553162c

Please sign in to comment.