feat: Add some performance tests for escrow wasm functions

This commit is contained in:
TimothyBanks
2026-07-22 15:59:52 -04:00
parent fca18f59cd
commit 26f9488b5d

View File

@@ -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()};