aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/lib/load.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/lib/load.rb')
-rwxr-xr-xbenchmark/lib/load.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/lib/load.rb b/benchmark/lib/load.rb
new file mode 100755
index 0000000000..4d73a63323
--- /dev/null
+++ b/benchmark/lib/load.rb
@@ -0,0 +1,2 @@
+$:.unshift(File.join(__dir__, '../benchmark-driver/lib'))
+require 'benchmark_driver'