Skip to content

Commit 575d687

Browse files
committed
feat: recreate report.ipynb + add report tutorial
- Recreate nbs/analysis/report.ipynb from report.py (source notebook was missing — code existed but couldn't be edited via nbdev) - Add show_doc for Report, ComparisonReport, ReportMetricDelta - Add inline tests for both classes - Create nbs/tutorials/report.ipynb showing full compression workflow: benchmark → compress → benchmark again → ComparisonReport - Add both notebooks to _quarto.yml sidebar
1 parent 8514336 commit 575d687

4 files changed

Lines changed: 1169 additions & 2 deletions

File tree

fasterbench/report.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"""Professional reporting for benchmark results"""
2-
31
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/analysis/report.ipynb.
42

53
# %% ../nbs/analysis/report.ipynb #b819eb00

nbs/_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ website:
3535
contents:
3636
- tutorials/benchmark.ipynb
3737
- tutorials/profiling.ipynb
38+
- tutorials/report.ipynb
3839
- section: Core
3940
contents:
4041
- core/core.ipynb
@@ -50,6 +51,7 @@ website:
5051
contents:
5152
- analysis/benchmark.ipynb
5253
- analysis/profiling.ipynb
54+
- analysis/report.ipynb
5355
- section: Visualization
5456
contents:
5557
- visualization/plot.ipynb

0 commit comments

Comments
 (0)