aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-27 17:26:33 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-27 17:26:33 +0200
commit4815943600cfeb7ad4a50f48a21b59df4c369b7c (patch)
treec0dc2878e48dfa0fba33fd07a464cd4b664444b9 /README.md
parent4ab53ddfeef8fa99f5cf507f582c224a32e4c8b9 (diff)
downloadfuzzycat-4815943600cfeb7ad4a50f48a21b59df4c369b7c.tar.gz
fuzzycat-4815943600cfeb7ad4a50f48a21b59df4c369b7c.zip
README: add performance data point
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a8721e..7c6468d 100644
--- a/README.md
+++ b/README.md
@@ -26,3 +26,19 @@ specific code using the fatcat openapi client.
## Matching approaches
![](static/approach.png)
+
+## Performance data point
+
+Candidate generation via elasticsearch, 40 parallel queries, sustained speed at
+about 17857 queries per hour, that is around 5 queries/s.
+
+```
+$ time cat ~/data/researchgate/x04 | \
+ parallel -j40 --pipe -N 1 ./fatcatx_rg_unmatched.py - \
+ > ~/data/researchgate/x04_results.ndj
+...
+real 3409m16.442s
+user 29177m5.516s
+sys 4927m3.277s
+```
+