Skip to content

Commit

Permalink
fix: Connect to DB (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush authored Dec 23, 2024
1 parent f91b18e commit 4e5d3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caffeine/microbenchmarks/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def setup(site):
frappe.init(site)
assert frappe.conf.allow_tests
frappe.connect()
frappe.db.connect()
random.seed(42) # Ensure consistent results


Expand Down

0 comments on commit 4e5d3b4

Please sign in to comment.