Sha256: 249e07e9c3d5815538aef838182ee5bb74e87c7b1a1b49a016c7c669f5f3c4af

Contents?: true

Size: 389 Bytes

Versions: 24

Compression:

Stored size: 389 Bytes

Contents

# Copyright 2021 Google LLC
#
# Use of this source code is governed by an MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT.

require_relative "config/environment"
require "sinatra/activerecord/rake"

desc "Runs benchmarks against a Cloud Spanner database."
task :run do |_t, _args|
  sh "rake db:migrate"
  sh "ruby application.rb"
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
activerecord-spanner-adapter-2.1.0 benchmarks/Rakefile
activerecord-spanner-adapter-2.0.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.8.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.6.3 benchmarks/Rakefile
activerecord-spanner-adapter-1.6.2 benchmarks/Rakefile
activerecord-spanner-adapter-1.6.1 benchmarks/Rakefile
activerecord-spanner-adapter-1.6.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.5.1 benchmarks/Rakefile
activerecord-spanner-adapter-1.5.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.4.4 benchmarks/Rakefile
activerecord-spanner-adapter-1.4.3 benchmarks/Rakefile
activerecord-spanner-adapter-1.4.2 benchmarks/Rakefile
activerecord-spanner-adapter-1.4.1 benchmarks/Rakefile
activerecord-spanner-adapter-1.4.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.3.1 benchmarks/Rakefile
activerecord-spanner-adapter-1.2.2 benchmarks/Rakefile
activerecord-spanner-adapter-1.2.1 benchmarks/Rakefile
activerecord-spanner-adapter-1.2.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.1.0 benchmarks/Rakefile
activerecord-spanner-adapter-1.0.1 benchmarks/Rakefile