File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ directory contains snippets for use in benchmarking RustPython's performance.
66
77## Setup
88
9- Our testing depends on [ pytest] ( https://pytest.org ) , which you can either
10- install globally using pip or locally using our
11- [ pipenv] ( https://docs.pipenv.org ) .
9+ Our testing depends on [ pytest] ( https://pytest.org ) , which you can install
10+ using pip.
1211
1312## Running
1413
15- Simply run ` pytest ` in this directory, and the tests should run (and hopefully
14+ Simply run ` pytest -v ` in this directory, and the tests should run (and hopefully
1615pass). If it hangs for a long time, that's because it's building RustPython in
1716release mode, which should take less time than it would to run every test
1817snippet with RustPython compiled in debug mode.
You can’t perform that action at this time.
0 commit comments