lib/bigbench.rb in bigbench-0.0.3 vs lib/bigbench.rb in bigbench-0.0.4
- old
+ new
@@ -3,10 +3,11 @@
require 'action_view'
require 'redis'
require 'eventmachine'
require 'em-http'
require 'hirb'
+require 'matrix'
require "bigbench/float_extensions"
require "bigbench/version"
require "bigbench/configuration"
require "bigbench/benchmark"
@@ -16,9 +17,10 @@
require "bigbench/runner"
require "bigbench/executor"
require "bigbench/store"
require "bigbench/bot"
require "bigbench/output"
+require "bigbench/post_processor/environment"
require "bigbench/post_processor"
require "bigbench/post_processor/statistics"
load "bigbench/initializers.rb"
\ No newline at end of file