aboutsummaryrefslogtreecommitdiff
path: root/test/benchmark/preload.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark/preload.lua')
-rw-r--r--test/benchmark/preload.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/benchmark/preload.lua b/test/benchmark/preload.lua
new file mode 100644
index 0000000000..1971ef77cc
--- /dev/null
+++ b/test/benchmark/preload.lua
@@ -0,0 +1,4 @@
+-- Modules loaded here will not be cleared and reloaded by Busted.
+-- Busted started doing this to help provide more isolation. See issue #62
+-- for more information about this.
+local helpers = require('test.functional.helpers')