Skip to content

Commit

Permalink
- Round search time to 2 figures instead of 3
Browse files Browse the repository at this point in the history
  • Loading branch information
j-corry committed Nov 21, 2024
1 parent 7ed12a3 commit 763b5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/search/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
of
<strong><%= number_to_delimited(@search_data.number_of_results, separator: ",") %></strong> in
<strong>
<%= "#{(Time.now - @start_time).round(3)} seconds" %>.
<%= "#{(Time.now - @start_time).round(2)} seconds" %>.
</strong>
</p>

Expand Down

0 comments on commit 763b5c4

Please sign in to comment.