Merge pull request #529 from deepset-ai/fix_website

Change metric to queries per second on benchmarks webpage
This commit is contained in:
Branden Chan 2020-10-29 10:40:04 +01:00 committed by GitHub
commit fbf41e53ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"DPR / FAISS (HSNW)" "DPR / FAISS (HSNW)"
], ],
"axis": [ "axis": [
{ "x": "Number of docs", "y": "Docs/sec" } { "x": "Number of docs", "y": "Queries/sec" }
], ],
"data": "data":
[ [

View File

@ -69,7 +69,7 @@ RETRIEVER_SPEED_TEMPLATE = {
], ],
"axis": [ "axis": [
{ "x": "Number of docs", { "x": "Number of docs",
"y": "Docs/sec"} "y": "Queries/sec"}
], ],
"data": None "data": None
} }