Skip to content

Commit

Permalink
Re-add 0% seq restore bench
Browse files Browse the repository at this point in the history
Having a baseline of 0% seems valuable. But only adding the seq
version and not rnd to save time.
  • Loading branch information
Anviking committed Dec 10, 2021
1 parent 3d1abe5 commit f4f4bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/shelley/bench/restore-bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ cardanoRestoreBench tr c socketFile = do
, benchRestoreMultipleWallets 10 (unsafeMkPercentage 0.01)
, benchRestoreMultipleWallets 100 (unsafeMkPercentage 0.01)

, benchRestoreSeqWithOwnership (Proxy @0)
, benchRestoreSeqWithOwnership (Proxy @1)
, benchRestoreRndWithOwnership (Proxy @1)
]
Expand Down

0 comments on commit f4f4bf2

Please sign in to comment.