We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9162ad0 commit fb7b0e5Copy full SHA for fb7b0e5
CHANGES.rst
@@ -22,9 +22,10 @@ This list is detailed and covers changes in each pre-release version.
22
Unreleased
23
----------
24
25
-- Feature: Now the ``--concurrency`` setting can have a list of values, so that
26
- threads and another lightweight threading package can be measured together.
27
- Closes `issue 1012`_ and `issue 1082`_.
+- Feature: Now the ``--concurrency`` setting can now have a list of values, so
+ that threads and another lightweight threading package can be measured
+ together, such as ``--concurrency=gevent,thread``. Closes `issue 1012`_ and
28
+ `issue 1082`_.
29
30
- Fix: A module specified as the ``source`` setting is imported during startup,
31
before the user program imports it. This could cause problems if the rest of
0 commit comments