Skip to content

Commit 824eec5

Browse files
Update benchmarks/query_benchmarks/query_related_in/benchmark.py
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
1 parent ae2ba72 commit 824eec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/query_benchmarks/query_related_in/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class QueryRelatedIn:
66
def setup(self):
7-
bench_setup()
7+
bench_setup(migrate=True)
88
self.author_ids = list(range(100000))
99

1010
def time_query_related_in(self):

0 commit comments

Comments
 (0)