mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +00:00
adds preliminary stress_test mode to wsperf
This commit is contained in:
@@ -61,7 +61,9 @@ stress_aggregate::stress_aggregate(wscmd::cmd& cmd)
|
||||
: stress_handler(cmd)
|
||||
{}
|
||||
|
||||
void stress_aggregate::start(connection_ptr con) {}
|
||||
void stress_aggregate::start(connection_ptr con) {
|
||||
|
||||
}
|
||||
|
||||
void stress_aggregate::on_message(connection_ptr con,websocketpp::message::data_ptr msg) {
|
||||
std::string hash = websocketpp::md5_hash_hex(msg->get_payload());
|
||||
|
||||
Reference in New Issue
Block a user