Skip to content

Commit

Permalink
Add N={20,40,80} wallet restore benchmarks
Browse files Browse the repository at this point in the history
To more easily see if the restoration times increase linearly with N.
  • Loading branch information
Anviking committed Oct 21, 2020
1 parent 53d3128 commit 6a525cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/shelley/bench/Restore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ cardanoRestoreBench tr c socketFile = do
-- to-100% time.
benchRestoreMultipleWallets 1 (unsafeMkPercentage 0.1)
, benchRestoreMultipleWallets 10 (unsafeMkPercentage 0.01)
, benchRestoreMultipleWallets 20 (unsafeMkPercentage 0.01)
, benchRestoreMultipleWallets 40 (unsafeMkPercentage 0.01)
, benchRestoreMultipleWallets 80 (unsafeMkPercentage 0.01)
, benchRestoreMultipleWallets 100 (unsafeMkPercentage 0.01)

, benchRestoreSeqWithOwnership (Proxy @0)
Expand Down

0 comments on commit 6a525cd

Please sign in to comment.