Skip to content

Commit

Permalink
Add experiments/2024-08-05-speed/03-validate-fix-from-pr-482.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 19, 2024
1 parent 767b0c7 commit fcf0064
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
],
"source": [
"tags = ! git tag | grep -E '2.23.0|^3'\n",
"tags = ! git tag | grep -E '2\\.23\\.0|^3'\n",
"tags = sorted(tags, key=Version)\n",
"print(', '.join(tags))"
]
Expand Down
303 changes: 303 additions & 0 deletions experiments/2024-08-05-speed/03-validate-fix-from-pr-482.ipynb

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions experiments/2024-08-05-speed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ the following Jupyter notebook documents:

- [Measure the speed of the Markdown package across recent versions][1]
- [Measure the speed of the Markdown package on version 3.4.3][2]
- [Measure the speed of the Markdown package after pull request #482][3]

[1]: 01-measure-recent-versions.ipynb "Measure the speed of the Markdown package across recent versions"
[2]: 02-measure-version-3.4.3.ipynb "Measure the speed of the Markdown package on version 3.4.3"
[1]: 01-measure-recent-versions.ipynb "Measure the speed of the Markdown package across recent versions"
[2]: 02-measure-version-3.4.3.ipynb "Measure the speed of the Markdown package on version 3.4.3"
[3]: 03-validate-fix-from-pr-482.ipynb "Measure the speed of the Markdown package after pull request #482"

0 comments on commit fcf0064

Please sign in to comment.