Skip to content

Commit b58a9b8

Browse files
committed
update pypy comments, fix excessive italics etc.
1 parent 0cb61aa commit b58a9b8

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ New features:
1818

1919
[Introduction](#introduction)
2020

21-
[__What it can do](#what-it-can-do)
21+
[What it can do](#what-it-can-do)
2222

23-
[__Restrictions](#restrictions)
23+
[Restrictions](#restrictions)
2424

2525
[How to specify test](#how-to-specify-test)
2626

2727
[Results](#results)
2828

29-
[__Postprocessing of response time data](#postprocessing-of-response-time-data)
29+
[Postprocessing of response time data](#postprocessing-of-response-time-data)
3030

3131
[How to run correctly](#how-to-run-correctly)
3232

33-
[__Avoiding caching effects](#avoiding-caching-effects)
33+
[Avoiding caching effects](#avoiding-caching-effects)
3434

35-
[__Use of pause option](#use-of-pause-option)
35+
[Use of pause option](#use-of-pause-option)
3636

3737
[Use with distributed filesystems](#use-with-distributed-filesystems)
3838

39-
[__The dreaded startup timeout error](#the-dreaded-startup-timeout-error)
39+
[The dreaded startup timeout error](#the-dreaded-startup-timeout-error)
4040

4141
[Use with local filesystems](#use-with-local-filesystems)
4242

@@ -56,11 +56,11 @@ New features:
5656

5757
[Synchronization](#synchronization)
5858

59-
[__Test parameter transmission](#test-parameter-transmission)
59+
[Test parameter transmission](#test-parameter-transmission)
6060

61-
[__Launching remote worker threads](#launching-remote-worker-threads)
61+
[Launching remote worker threads](#launching-remote-worker-threads)
6262

63-
[__Returning results](#returning-results)
63+
[Returning results](#returning-results)
6464

6565

6666
License
@@ -108,8 +108,7 @@ What it can do
108108
* async replication support - can measure time required for files to appear in a directory tree
109109
* fs coherency test - in multi-host tests, can force all clients to read files written by different client
110110

111-
Both python 2.7 and python 3 are supported. Limited support is available for
112-
pypy, this can be useful for reducing interpreter overhead.
111+
python 2.7, python 3, pypy and pypy3 are supported. pypy3 can increase throughput by up to 100% where interpreter is the bottleneck -- however at present pypy and pypy3 do not support pyyaml, at least not in Fedora 31.
113112

114113
Restrictions
115114
-----------
@@ -288,7 +287,7 @@ lower than a threshold (default 70%) then an error is raised.
288287
Postprocessing of response time data
289288
--------
290289

291-
If you specify **--response-times Y** in the command, smallfile will save response time of each operation in per-thread output files in the shared directory as rsptimes*.csv. For example, you can turn these into an X-Y scatterplot so that you can see how response time varies over time. For example:
290+
If you specify **--response-times Y** in the command, smallfile will save response time of each operation in per-thread output files in the shared directory as rsptimes\*.csv. For example, you can turn these into an X-Y scatterplot so that you can see how response time varies over time. For example:
292291

293292
# python smallfile_cli.py --response-times Y
294293
# ls -ltr /var/tmp/smf/network_shared/rsptimes*.csv

0 commit comments

Comments
 (0)