Sha256: 50b2db21dca3a1933ab88c2536b92f29d4d82bcb1b00dbe4a3a030a36f5e7546

Contents?: true

Size: 340 Bytes

Versions: 8

Compression:

Stored size: 340 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

task :benchmark do
  require_relative "./benchmark/joffrey/mab_document"
  require_relative "./benchmark/joffrey/mab_xml_parser"

  #Benchmark::Joffrey::MabDocument.new.call
  Benchmark::Joffrey::MabXmlParser.new.call
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
aleph_api-0.3.0 Rakefile
aleph_api-0.2.1 Rakefile
aleph_api-0.2.0 Rakefile
aleph_api-0.1.0 Rakefile
alma_api-0.1.0 Rakefile
mighty_struct-0.1.2 Rakefile
mighty_struct-0.1.1 Rakefile
mighty_struct-0.1.0 Rakefile