summaryrefslogtreecommitdiff
path: root/test/perf/masscreate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf/masscreate.py')
-rw-r--r--test/perf/masscreate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/perf/masscreate.py b/test/perf/masscreate.py
index 5f99bb6c1..e603e2c00 100644
--- a/test/perf/masscreate.py
+++ b/test/perf/masscreate.py
@@ -1,4 +1,6 @@
# times how long it takes to create 26000 objects
+import sys
+sys.path.insert(0, './lib/')
from sqlalchemy.attributes import *
import time