Skip to content

Commit

Permalink
rename 'qualifier' into 'benchName' & label 'empty' wallets as 0%
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 2, 2020
1 parent f42602b commit 309874f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/shelley/bench/Restore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -321,7 +321,7 @@ cardanoRestoreBench tr c socketFile = do
-------------------------------------------------------------------------------}

data BenchResults = BenchResults
{ qualifier :: Text
{ benchName :: Text
, restorationTime :: Time
, listingAddressesTime :: Time
, estimatingFeesTime :: Time
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 309874f

Please sign in to comment.