-
Notifications
You must be signed in to change notification settings - Fork 386
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
test: adds network test with latency #3738
Closed
Closed
Changes from 32 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
dd31ca6
checks the target size against the max block size
staheri14 810bf33
removes unnecessary usage of Printf for logs
staheri14 d09f00f
adds benchtest with latency
staheri14 0d9abd0
adds ReadBlockchainInfo
staheri14 48adbef
retrieves block metadata
staheri14 423a8db
reads block headers in E2ESimple
staheri14 48a7014
updates log messages
staheri14 3b87baa
resolves linter issues
staheri14 8ee445f
increase seq count per txclient in E2ESimple
staheri14 3af0a79
expands on the godoc
staheri14 71655d5
Merge branch 'sanaz/perf-improvement-blockchain-read' into sanaz/test…
staheri14 e4e5333
includes LargeNetworkBigBlock64MBLatency in the list of available tests
staheri14 b7896f3
sets txsim volume to 0
staheri14 d09f96e
reads the entire history
staheri14 2909d2e
extends wait time
staheri14 0f218bb
updates read blockchain info
staheri14 22f6f1f
refactors the implementation
staheri14 0901d09
swaps info with headers
staheri14 c7bede7
minor doc fix
staheri14 070101e
deletes print statements
staheri14 b52cb08
retracts old waiting values
staheri14 8ae64a3
fix a bug
staheri14 c89ac2c
updates some of the comments for clarity
staheri14 9a240c9
Merge branch 'sanaz/perf-improvement-blockchain-read' into sanaz/test…
staheri14 9be6048
adds network test with latency and 8 MB block size
staheri14 074bea1
extends wait time for genesis nodes to sync
staheri14 c925179
adds a prefix
staheri14 222d45d
extends test duration
staheri14 af001b2
reduces sequences to 1
staheri14 7497714
manifest of next experiment
staheri14 09fc929
Merge branch 'main' into sanaz/test-w-latency
staheri14 a90fd89
Merge remote-tracking branch 'origin/main' into sanaz/test-w-latency
staheri14 bafff03
Merge branch 'main' into sanaz/test-w-latency
staheri14 7170731
sets volume to 1Gi
staheri14 38e08ef
Merge branch 'main' into sanaz/test-w-latency
staheri14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The minimum size for a volume is
1Gi
.If you don't want a volume, you should not call
AddVolume
for that Instance.