From 417c165e116aa3193cf51ab261f27e446de01f49 Mon Sep 17 00:00:00 2001 From: birchkwok Date: Thu, 7 Mar 2024 13:57:06 +0800 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a61d6cb..52c1343 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ PyPI - Downloads PyPI - Implementation PyPI - Wheel + + test

@@ -162,6 +164,7 @@ with db.insert_session(): # id += 1 # db.commit() +# 45:40 -> 36:06 print(f"\n* [Insert data] Time cost {timer.last_timestamp_diff():>.4f} s.") res = db.query(query, k=10)