lib/benchmark_driver/output.rb in benchmark_driver-0.9.2 vs lib/benchmark_driver/output.rb in benchmark_driver-0.10.0

- old
+ new

@@ -1,8 +1,9 @@ module BenchmarkDriver module Output require 'benchmark_driver/output/compare' require 'benchmark_driver/output/markdown' + require 'benchmark_driver/output/record' require 'benchmark_driver/output/simple' end class << Output # BenchmarkDriver::Output is pluggable.