summaryrefslogtreecommitdiff
path: root/requests_cache/backends/sqlite.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-20 23:17:06 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-20 23:17:06 -0500
commite6fff586cd94685e7a8354170e070cb692ad4430 (patch)
treebae47940232ba51b07c8a3cab5298cc18dcd384a /requests_cache/backends/sqlite.py
parent9c89fe2a5f696e2ea786fb368529e3cb421c0b57 (diff)
downloadrequests-cache-e6fff586cd94685e7a8354170e070cb692ad4430.tar.gz
Add CLI arg to benchmark script to select a backend
Diffstat (limited to 'requests_cache/backends/sqlite.py')
-rw-r--r--requests_cache/backends/sqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/backends/sqlite.py b/requests_cache/backends/sqlite.py
index 4429bc9..a66e228 100644
--- a/requests_cache/backends/sqlite.py
+++ b/requests_cache/backends/sqlite.py
@@ -92,7 +92,7 @@ When working with average-sized HTTP responses (< 1MB) and using a modern SSD fo
can expect speeds of around:
* Write: 2-8ms
-* Read: 0.3-0.6ms
+* Read: 0.2-0.6ms
Of course, this will vary based on hardware specs, response size, and other factors.