Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 3, 2023
1 parent 9d2e601 commit ca51cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/manual/pool_concurrency_test.cr
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ puts " Multi Threaded : #{multi_threaded ? "Yes (#{multi_threaded})" : "No"}"
puts "Total Connections : #{DummyDriver::DummyConnection.connections_count}"
puts " Total Statements : #{DummyDriver::DummyStatement.statements_count}"
puts " Total Queries : #{DummyDriver::DummyStatement.statements_exec_count}"
puts "Throughtput (q/s) : #{DummyDriver::DummyStatement.statements_exec_count / duration}"
puts " Throughput (q/s) : #{DummyDriver::DummyStatement.statements_exec_count / duration}"

if !release
puts "WARNING: This should be run in release mode."
Expand Down

0 comments on commit ca51cad

Please sign in to comment.