Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 32ba618

Browse files
committed
readme updated, contributions list updated
1 parent 2d249ff commit 32ba618

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ list maintainers, contributors and sponsors of Papermerge project.
2727
* [Thomas Pedersen](https://github.com/twpedersen) - imap fixes.
2828
* [Georg Krause](https://github.com/georgkrause) - mglib improvements; replaced pdftk with stapler.
2929
* [@l4rm4nd](https://github.com/l4rm4nd) - Security audit.
30+
* [Ome Mishra](https://github.com/omemishra) - Security audit.
3031
* [Herr Knedel](https://github.com/ChristianKnedel) - German translations.
3132

3233
### Sponsors

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,13 @@ Which basically is same as:
154154

155155
Notice that you can pass any command line argument to ``run_tests.sh`` script
156156
and those arguments will be routed further to ``manage.py``.
157-
On multi-core processors it is much more efficient to use ``--parallel`` argument which splits test suite between CPU cores:
157+
158+
On multi-core processors it is much more efficient to use ``--parallel``
159+
argument which splits test suite between CPU cores:
158160

159161
$ ./run_tests.sh --parallel
160162

161-
On Dell-XPS laptop with 12-core i7 CPU it takes about 5 seconds to run all 245
163+
On Dell-XPS laptop with 12-core i7 CPU it takes about 5 seconds to run all
162164
unit tests in parallel; without ``--parallel`` argument on same CPU it takes
163165
approximately 17 seconds to run them.
164166

0 commit comments

Comments
 (0)