Skip to content

Commit 41d1b76

Browse files
committed
update docs
1 parent 1570cad commit 41d1b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/benchmarks.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ Benchmark the ``base64`` module's encoding and decoding functions. Each
8383
algorithm has ``_small`` and ``_large`` variants that test both encode and
8484
decode in a single benchmark:
8585

86-
* ``_small``: Balanced iterations across tiny (20B), small (127B), medium (3KB),
87-
and 9KB data sizes
88-
* ``_large``: Large data focus with 100KB x 10 iterations plus 1MB x 1 iteration
86+
* ``_small``: Balanced iterations across 20B, 127B, 3KiB, and 9KB data sizes
87+
more likely to show the impact of overhead.
88+
* ``_large``: Large data focus with 100KiB and ~1MiB data sizes likely to
89+
demonstrate implementation efficiency.
8990

9091
Available benchmarks:
9192

9293
* ``base64_small``, ``base64_large``: Standard Base64 encoding and decoding
93-
(includes ``validate=True`` code path)
9494
* ``urlsafe_base64_small``: URL-safe Base64 (small only, as URLs shouldn't
9595
contain huge data)
9696
* ``base32_small``, ``base32_large``: Base32 encoding and decoding

0 commit comments

Comments
 (0)