Sha256: f3aa6f693700287f6b7875713703e13efe63c0ec6d1846f52123259e6d23f219
Contents?: true
Size: 497 Bytes
Versions: 1
Compression:
Stored size: 497 Bytes
Contents
task default: %w[prepare] # rubocop:disable Layout/LineLength task :prepare do sh "cat 'Ruby On Rails Performance.json' | sed 's/${DS_INFLUXDB}/InfluxDB/g' > provisioning/performance.json" sh "cat 'Ruby On Rails Performance (per Request).json' | sed 's/${DS_INFLUXDB}/InfluxDB/g' > provisioning/performance-request.json" sh "cat 'Ruby On Rails Performance (per Action).json' | sed 's/${DS_INFLUXDB}/InfluxDB/g' > provisioning/performance-action.json" end # rubocop:enable Layout/LineLength
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
influxdb-rails-1.0.1.beta3 | sample-dashboard/Rakefile |