File: README.rst

package info (click to toggle)
python-h11 0.14.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 652 kB
  • sloc: python: 3,905; javascript: 204; makefile: 198; sh: 5
file content (19 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Benchmarking h11
================

See the `asv docs <http://asv.readthedocs.io/en/latest/>`_ for how to
run our (currently very simple) benchmark suite and track speed
changes over time.

E.g.:

* ``PYTHONPATH=.. asv bench``

Or for cases that asv doesn't handle too well (hit control-C when
bored of watching numbers scroll):

* ``PYTHONPATH=.. pypy benchmarks/benchmarks.py``

* ``PYTHONPATH=.. python -m vmprof --web benchmarks/benchmarks.py``

* ``PYTHONPATH=.. pypy -m vmprof --web benchmarks/benchmarks.py``