Commit dde96e6d authored by Antoine Pitrou's avatar Antoine Pitrou

Clarify and correct description for ccbench and iobench.

parent 9a164ac8
...@@ -1305,9 +1305,10 @@ Other Changes and Fixes ...@@ -1305,9 +1305,10 @@ Other Changes and Fixes
* Two benchmark scripts, :file:`iobench` and :file:`ccbench`, were * Two benchmark scripts, :file:`iobench` and :file:`ccbench`, were
added to the :file:`Tools` directory. :file:`iobench` measures the added to the :file:`Tools` directory. :file:`iobench` measures the
speed of the built-in :class:`file` objects while performing various speed of built-in file I/O objects (as returned by :func:`open`)
operations, and :file:`ccbench` is a concurrency that performs while performing various operations, and :file:`ccbench` is a concurrency
several tasks using a varying number of threads. benchmark that tries to measure computing throughput and thread switching
latency when performing several tasks using a varying number of threads.
* When importing a module from a :file:`.pyc` or :file:`.pyo` file * When importing a module from a :file:`.pyc` or :file:`.pyo` file
with an existing :file:`.py` counterpart, the :attr:`co_filename` with an existing :file:`.py` counterpart, the :attr:`co_filename`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment