-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add N={20,40,80} wallet restore benchmarks #2260
Conversation
To more easily see if the restoration times increase linearly with N.
@@ -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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about removing 100, so we keep a nice x2 factor between each bench.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or make it 160? 😸 (Perhaps that would be too long.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By keeping 100 we can still reason about 1 vs 10 vs 100.
bors r+ |
👎 Rejected by too few approved reviews |
(ty!) |
2260: Add N={20,40,80} wallet restore benchmarks r=Anviking a=Anviking # Issue Number ADP-469 # Overview - Add N={20,40,80} wallet restore benchmarks, to have more data points to see if it is linear or not. # Comments Buildkite nightly build: https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/685 <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
Timed out. |
bors r+ |
2260: Add N={20,40,80} wallet restore benchmarks r=Anviking a=Anviking # Issue Number ADP-469 # Overview - Add N={20,40,80} wallet restore benchmarks, to have more data points to see if it is linear or not. # Comments Buildkite nightly build: https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/685 <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Johannes Lund <[email protected]>
Timed out. |
bors r+ |
Build succeeded: |
Issue Number
ADP-469
Overview
Comments
Buildkite nightly build: https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/685