mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
better reporting
This commit is contained in:
parent
22a8752808
commit
a8594e848d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ namespace :data do
|
||||||
# break
|
# break
|
||||||
# end
|
# end
|
||||||
|
|
||||||
if index % 100 == 0
|
if index % 10 == 0
|
||||||
puts("DATAMSG: PROCESSING ROW: #{index} OUT OF #{csv.length} ROWS: #{Time.new - t} - Total: #{Time.new - startTime} - #{timeToRun - (Time.new - startTime)} TO GO")
|
puts("DATAMSG: PROCESSING ROW: #{index} OUT OF #{csv.length} ROWS: #{Time.new - t} - Total: #{Time.new - startTime} - #{timeToRun - (Time.new - startTime)} TO GO")
|
||||||
t = Time.new
|
t = Time.new
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue