mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 07:00:21 +00:00
feat: Add some performance tests for escrow wasm functions
This commit is contained in:
@@ -29,7 +29,7 @@ namespace xrpl::test {
|
||||
*/
|
||||
struct RecordingEventImpl : public beast::insight::EventImpl
|
||||
{
|
||||
std::size_t count = 0;
|
||||
std::size_t count{};
|
||||
value_type last{};
|
||||
value_type total{};
|
||||
value_type min{value_type::max()};
|
||||
|
||||
Reference in New Issue
Block a user