mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Fix typo
This commit is contained in:
parent
9d2e601f53
commit
ca51cad547
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue