Skip to content

Commit

Permalink
add in browser benchmarking
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <praneeth@bpraneeth.com>
  • Loading branch information
bedapudi6788 committed Dec 16, 2023
1 parent 3d8e16d commit a192220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kv_index_bench/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from liteindex import KVIndex
from diskcache import Index
# from pyscript import display
from pyscript import display

kv_index = KVIndex("kv.db")
dc_index = Index("dc", eviction_policy="none")
Expand Down

0 comments on commit a192220

Please sign in to comment.