Skip to content

Commit

Permalink
fix bug in benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Aug 19, 2024
1 parent 06dce36 commit a9bb947
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
with open("tests/fixtures/documents.json") as f:
documents = json.load(f)

index = JameSQL(
index_by=["title", "lyric"],
)
index = JameSQL()

for document in tqdm(documents * 100000):
document = document.copy()
Expand Down

0 comments on commit a9bb947

Please sign in to comment.