-
Notifications
You must be signed in to change notification settings - Fork 289
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: backports knuu optimizations from 3493 #3515
Merged
Merged
Changes from 29 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
ecc18ea
adds tracing
staheri14 60de468
adds tracing config options
staheri14 c973daa
adds blobPerSequence param
staheri14 1c53b71
backports all the optimization in knuu
staheri14 93d5a4e
adds tracing config fields to the Manifest
staheri14 248687e
enables local tracing in E2EThroughput tests
staheri14 01b9203
updates config based the choice of local tracing
staheri14 92cec9f
refactors the code
staheri14 9507488
removes remoteHomeDirectory field and getter
staheri14 7b8ad0a
includes missing blobPerSequence
staheri14 685ee9d
allows specifying path to save the table when pulling round state table
staheri14 43fb5ac
checks if local tracing works
staheri14 7d628d5
defines pushing traced data in benchmark tests
staheri14 33fa9cd
downloads traces if specified so
staheri14 8831859
removes unused comments
staheri14 566e283
deletes MakeTracePushConfig as it is not used
staheri14 1772eb4
resolves linter issues
staheri14 c64c811
Merge branch 'sanaz/add-tracing-configs' into sanaz/backport-optimiza…
staheri14 1515dea
updates knuu version to v0.13.3
staheri14 2df5bf3
addresses first round of comments
staheri14 fb66838
Merge branch 'sanaz/add-tracing-configs' into sanaz/backport-optimiza…
staheri14 3b6fbd0
Merge remote-tracking branch 'origin/main' into sanaz/add-tracing-con…
staheri14 102272e
fixes linter complaint
staheri14 7185d2d
Merge branch 'sanaz/add-tracing-configs' into sanaz/backport-optimiza…
staheri14 9f19d68
Merge branch 'main' into sanaz/backport-optimization-knuu
staheri14 df9107f
removes commented codes
staheri14 f7a0f81
update go mod
staheri14 c8fc94d
removes node_helpers
staheri14 77a5b4f
gofumpt node.go
staheri14 6f25001
Merge remote-tracking branch 'origin/main' into sanaz/backport-optimi…
staheri14 bb65e2b
renames GlobalMin to NetworkMin
staheri14 6aab4b4
fixes another instance
staheri14 c62383b
Merge branch 'sanaz/replace-GlobalMinGasPrice-w-NetworkMinGasPrice' i…
staheri14 fee3c03
removes unused functions from test_helpers
staheri14 8fc2775
deletes parts in the benchmark test that attempts rerunning txsims
staheri14 102406e
Merge branch 'main' into sanaz/backport-optimization-knuu
staheri14 ed3c96c
Merge branch 'sanaz/fix-txsim-failure' into sanaz/backport-optimizati…
staheri14 5d72549
Merge branch 'main' into sanaz/backport-optimization-knuu
evan-forbes 817816c
Merge branch 'main' into sanaz/backport-optimization-knuu
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
Oops, something went wrong.
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.
@smuu Out of curiosity, why this change is needed? I backported it from the other PR https://github.com/celestiaorg/celestia-app/pull/3493/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R32
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.
Honestly, I don't know. It was not done on purpose.