diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-23 23:48:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 15:21:32 -0700 |
commit | c59afa935647f310f26b62e29fb2d48b74c74b84 (patch) | |
tree | 280f24e78aefa034a726d7fe71fdaffea18a7ae0 /notes/speed.txt | |
parent | 953a7e99079a45ba803652eee19227b96d0d4488 (diff) | |
download | fatcat-c59afa935647f310f26b62e29fb2d48b74c74b84.tar.gz fatcat-c59afa935647f310f26b62e29fb2d48b74c74b84.zip |
final speed notes
Diffstat (limited to 'notes/speed.txt')
-rw-r--r-- | notes/speed.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/notes/speed.txt b/notes/speed.txt index 86561a80..f885aea7 100644 --- a/notes/speed.txt +++ b/notes/speed.txt @@ -73,3 +73,10 @@ a bit faster, basically maxing out CPU: python processes (clients) seem to be CPU limit in this case; all 4 cores effectively maxed out. + +running python again in parallel mode: + + real 2m29.532s + user 0m47.692s + sys 0m4.840s + |