Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
tiran committed Feb 8, 2022
commit 2554bae7f483bdf510dcb10324a6bd2cf08db442
5 changes: 3 additions & 2 deletions doc/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ depending on the Python version.
alloc
-----

Allocate blocks of memory with ``bytesarray``.
Allocate blocks of memory with ``bytesarray``. The default sizes are smaller or
equal to obmalloc's small request threshold.

Command lines options::

sizes Block sizes (default: 32 128 512 8192 1048576 8388608)
sizes Block sizes (default: 4 8 16 32 64 128 256 446)

--repeat REPEAT Repeat allocations (default: 100)

Expand Down