lib/bigbench.rb in bigbench-0.0.1 vs lib/bigbench.rb in bigbench-0.0.2

- old
+ new

@@ -1,13 +1,16 @@ require 'redis' require 'net/http' +require 'eventmachine' +require 'em-http' require 'active_support/secure_random' require 'active_support/all' require "bigbench/float_extensions" require "bigbench/version" require "bigbench/configuration" require "bigbench/benchmark" +require 'bigbench/benchmark/looper' require "bigbench/fragment" require "bigbench/tracker" require "bigbench/runner" require "bigbench/executor" require "bigbench/store" \ No newline at end of file