Add the html standard, in kdl format, as a large-document benchmark. (#488)

* Add the html standard, in kdl format, as a large-document benchmark.

* Explain the purpose of the benchmarks
This commit is contained in:
Tab Atkins Jr. 2025-01-18 08:58:43 -08:00 committed by GitHub
parent 82a91697a1
commit 23159696d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 984346 additions and 0 deletions

View File

@ -54,3 +54,7 @@ please send a PR.
If you think the disagreement is due to a genuine error or oversight in the
KDL specification, please open an issue explaining the matter and the change
will be considered for the next version of the KDL spec.
# Benchmarks
The `benchmarks` folder contains some large or gnarly documents intended to be used to stress-test your parser and help with profiling. They are intentionally not part of the testsuite, and just provided for your own personal benefit.

File diff suppressed because one or more lines are too long