mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Updated wsrep-API, added -Wconversion to compiler flags, fixed errors.
This commit is contained in:
@ -89,7 +89,7 @@ std::string db::simulator::stats() const
|
||||
<< "\n"
|
||||
<< "Seconds: " << duration
|
||||
<< " \n"
|
||||
<< "Transactions per second: " << transactions/duration
|
||||
<< "Transactions per second: " << double(transactions)/double(duration)
|
||||
<< "\n"
|
||||
<< "BF aborts: "
|
||||
<< bf_aborts
|
||||
|
Reference in New Issue
Block a user