Commit graph

7 commits

Author SHA1 Message Date
Snild Dolkow
3484383fa7 Add aaaaaa_*.xml with unreasonably large tokens
Some of these currently take a very long time to parse. I set those to
only run one loop in the run-benchmark make target.

4096 may be a fairly small buffer, and definitely make the problem worse
than it otherwise would've been, but similar sizes exist in real code:

 * 2048 bytes in cpython Modules/pyexpat.c
 * 4096 bytes in skia SkXMLParser.cpp
 * BUFSIZ bytes (8192 on my machine) in expat/examples

The files, too, are inspired by real-life examples: Android stores
depth and gain maps as base64-encoded JPEGs inside the XMP data of
other JPEGs. Sometimes as a text element, sometimes as an attribute
value. I've seen attribute values slightly over 5 MiB in size.
2024-01-29 17:09:35 +01:00
tbeu
c2f16c5926 Fix typos and add ICPSR full name 2017-10-02 21:54:52 +02:00
Rhodri James
9cdb9a12b8 Remove extraneous @ from test file (issue #120) 2017-08-31 14:05:25 +01:00
Fred L. Drake, Jr.
ee9e686680 wrapped some long lines 2003-09-12 03:52:18 +00:00
Karl Waclawek
8aee05d06b Added a file for testing the duplicate prefixed attribute check. 2003-09-05 00:40:23 +00:00
Karl Waclawek
c2a87a1b7e Added files for performance testing. 2003-09-04 21:31:32 +00:00
Fred L. Drake, Jr.
a1980e2fb9 Add explanations for this directory. 2003-09-04 16:05:02 +00:00