Sha256: 482ae7976be542d177f2b0c6d274b162a9f24a933ec3ebc9bf5680c0805df8fd

Contents?: true

Size: 228 Bytes

Versions: 7

Compression:

Stored size: 228 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

task default: :spec

desc 'Show benchmark results'
task :benchmark do
  require_relative 'benchmark/benchmark'

  Compare.new.run
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
graphql-groups-0.2.3 Rakefile
graphql-groups-0.2.2 Rakefile
graphql-groups-0.2.1 Rakefile
graphql-groups-0.2.0 Rakefile
graphql-groups-0.1.4 Rakefile
graphql-groups-0.1.3 Rakefile
graphql-groups-0.1.2 Rakefile