Skip to content

Commit

Permalink
injection rate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Jul 25, 2023
1 parent c2e836a commit 6900b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executables/injection_rate_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static std::string validate_specific_rate(std::shared_ptr<WBTxRx> txrx,const int
ss<<fmt::format("MCS {} passed {}/{} measured {}-{}\n",mcs,
StringHelper::bitrate_readable(rate_bps),pps,
txstats.curr_packets_per_second,StringHelper::bitrate_readable(txstats.curr_bits_per_second_excluding_overhead));
ss<<fmt::format("{}",WBTxRx::tx_stats_to_string(txstats));
//ss<<fmt::format("{}",WBTxRx::tx_stats_to_string(txstats));
}
m_console->info(ss.str());
return ss.str();
Expand Down

0 comments on commit 6900b0b

Please sign in to comment.