cryptosphere/cryptosphere

View on GitHub
tasks/benchmarks.rake

Summary

Maintainability
Test Coverage
require 'timeout'

desc "Run benchmarks"
task :benchmark do
  glob = File.expand_path("../../benchmarks/*.rb", __FILE__)
  Dir[glob].each { |benchmark| load benchmark }
end