-
Notifications
You must be signed in to change notification settings - Fork 120
feat: add binary to benchmark TPS #2073
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
Open
SantiagoPittella
wants to merge
29
commits into
next
Choose a base branch
from
santiagopittella-benchmark-tps
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fd00e78
feat(benchmark): generate proven transactions
SantiagoPittella 5b52f36
feat(benchmark): submit proven transactions
SantiagoPittella b01d087
feat(benchmark): improvements
SantiagoPittella c2d0a59
chore: make bp configurable + use block header information
SantiagoPittella 1532a79
fix readme commands
SantiagoPittella a50b423
improve code organization
SantiagoPittella fcad87c
docs: add chagnglog entry
SantiagoPittella 2f3425d
add remote prover support
SantiagoPittella d75ee70
update with latest changes in protocol
SantiagoPittella cedf661
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 2ae9cf9
chore: update with new proto messages
SantiagoPittella c9c38fa
fix: lint
SantiagoPittella 00ea262
ci: add CI job and script to test benchmarks
SantiagoPittella 064364d
ci: fix script
SantiagoPittella 53f06dc
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 72a40a9
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 4137e3b
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 3a18f30
use Cargo.lock from main
SantiagoPittella b7d6501
chore: update bench-local with new architecture
SantiagoPittella 44d133c
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 216bb4f
Fix CI
SantiagoPittella 6887bd2
add remote prover to CI build
SantiagoPittella d608dcf
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 5d26b53
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella fd0f842
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 330e709
Merge branch 'next' into santiagopittella-benchmark-tps
SantiagoPittella 8f6b57c
review: increase number of txs, add to gitignore
SantiagoPittella 7e4a041
review: update the README
SantiagoPittella 0fcf4b2
chore: fix lint in readme
SantiagoPittella 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 hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| [package] | ||
| authors.workspace = true | ||
| description = "A binary to run benchmarks of the Miden network" | ||
| edition.workspace = true | ||
| exclude.workspace = true | ||
| homepage.workspace = true | ||
| keywords = ["benchmark", "miden", "node"] | ||
| license.workspace = true | ||
| name = "miden-benchmark" | ||
| publish = true | ||
|
JereSalo marked this conversation as resolved.
|
||
| readme.workspace = true | ||
| repository.workspace = true | ||
| rust-version.workspace = true | ||
| version.workspace = true | ||
|
|
||
| [lints] | ||
| workspace = true | ||
|
|
||
| [dependencies] | ||
| anyhow = { workspace = true } | ||
| clap = { features = ["env", "string"], workspace = true } | ||
| fs-err = { workspace = true } | ||
| miden-node-proto = { workspace = true } | ||
| miden-protocol = { features = ["std", "testing"], workspace = true } | ||
| miden-remote-prover-client = { features = ["tx-prover"], workspace = true } | ||
| miden-standards = { workspace = true } | ||
| miden-tx = { features = ["concurrent", "std"], workspace = true } | ||
| rand = { workspace = true } | ||
| rayon = { workspace = true } | ||
| tokio = { features = ["full"], workspace = true } | ||
| tonic = { workspace = true } | ||
| url = { features = ["serde"], workspace = true } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.