Skip to content

Commit

Permalink
Use in-memory db for perf testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 19, 2018
1 parent 3bca0a8 commit 7988102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pathlib import Path
from .smoke import setup_logger

TEST_DB = Path("test.db")
TEST_DB = Path(":memory:")
TARGET = 2.0
RESULTS = {}

Expand Down

0 comments on commit 7988102

Please sign in to comment.