From 309874f3831080eac965af5cec5754e7c1e754c3 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 2 Sep 2020 15:56:35 +0200 Subject: [PATCH] rename 'qualifier' into 'benchName' & label 'empty' wallets as 0% --- lib/shelley/bench/Restore.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/shelley/bench/Restore.hs b/lib/shelley/bench/Restore.hs index fd77181172d..ca7ed65c206 100644 --- a/lib/shelley/bench/Restore.hs +++ b/lib/shelley/bench/Restore.hs @@ -199,7 +199,7 @@ cardanoRestoreBench tr c socketFile = do np vData "seq.timelog" - (walletSeq "Seq Empty Wallet" $ mkSeqState networkProxy) + (walletSeq "Seq 0% Wallet" $ mkSeqState networkProxy) , bench_restoration @_ @ByronKey networkProxy @@ -208,7 +208,7 @@ cardanoRestoreBench tr c socketFile = do np vData "rnd.timelog" - (walletRnd "Rnd Empty Wallet" mkRndState) + (walletRnd "Rnd 0% Wallet" mkRndState) , bench_restoration @_ @ByronKey networkProxy @@ -321,7 +321,7 @@ cardanoRestoreBench tr c socketFile = do -------------------------------------------------------------------------------} data BenchResults = BenchResults - { qualifier :: Text + { benchName :: Text , restorationTime :: Time , listingAddressesTime :: Time , estimatingFeesTime :: Time @@ -402,7 +402,7 @@ bench_restoration proxy tracer socketPath np vData progressLogFile (wid, wname, unsafeRunExceptT $ W.deleteWallet w wid pure BenchResults - { qualifier = getWalletName wname + { benchName = getWalletName wname , restorationTime , listingAddressesTime , estimatingFeesTime