Skip to content

Commit

Permalink
Total timing inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 26, 2024
1 parent 092af29 commit 52a135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mpa_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def pept2data
@timings["index_parse_time"] = index_parse_time
@timings["database_time"] = database_time
@timings["aggregation_time"] = aggregation_time
@timings["total_time"] = starting_total_time - Time.now.to_i
@timings["total_time"] = Time.now.to_i - starting_total_time
end

def pept2filtered
Expand Down

0 comments on commit 52a135d

Please sign in to comment.