Skip to content
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 script to check block composition #131

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1a57475
separate transaction exec by block
FrancoGiachetta Jan 22, 2025
b672e88
Merge branch 'main' into organize_bench_exec_data
FrancoGiachetta Jan 22, 2025
4564ed8
merge main
FrancoGiachetta Jan 22, 2025
1a3ea45
remove files
FrancoGiachetta Jan 22, 2025
33e6b9a
add script to get metrics
FrancoGiachetta Jan 22, 2025
0da5d10
add script to get metrics
FrancoGiachetta Jan 22, 2025
215c4e3
don't floor the final info
FrancoGiachetta Jan 27, 2025
2b3e074
don't floor the final info
FrancoGiachetta Jan 27, 2025
dd21542
remove file
FrancoGiachetta Jan 27, 2025
0caacb9
create a new command for this feature instead of using benchmarks
FrancoGiachetta Jan 27, 2025
80afacd
create a new command for this feature instead of using benchmarks
FrancoGiachetta Jan 27, 2025
fb8d4f0
clippy
FrancoGiachetta Jan 27, 2025
70427ca
clippy
FrancoGiachetta Jan 27, 2025
352983d
remove unwanted files
FrancoGiachetta Jan 27, 2025
0d1220e
Merge branch 'main' into organize_bench_exec_data
FrancoGiachetta Jan 27, 2025
72c9d2e
clippy
FrancoGiachetta Jan 28, 2025
cc4af04
clippy
FrancoGiachetta Jan 28, 2025
49bf1dc
Merge branch 'organize_bench_exec_data' of github.com:lambdaclass/sta…
FrancoGiachetta Jan 28, 2025
783a1d2
clippy
FrancoGiachetta Jan 28, 2025
a2e65ba
fix state error, forgot to substract 1 to the block number
FrancoGiachetta Jan 28, 2025
77eb8ee
add some entrypoint hashes to the script
FrancoGiachetta Jan 28, 2025
fce96ff
format and clippy
FrancoGiachetta Jan 28, 2025
58dff30
change the script to provide a percentage of tx instead of amount tx
FrancoGiachetta Jan 29, 2025
caedcc1
move to replay crate
FrancoGiachetta Jan 30, 2025
6f18aa9
remove feature
FrancoGiachetta Jan 30, 2025
90adcc8
reorganize the data and add timestamp to it
FrancoGiachetta Jan 30, 2025
4f79e26
remove unnecessary comment
FrancoGiachetta Jan 30, 2025
dd75626
change block compose script to group by timestamp
FrancoGiachetta Jan 30, 2025
683a42a
remove unnecessary file
FrancoGiachetta Jan 30, 2025
8fbfb9e
clippy
FrancoGiachetta Jan 30, 2025
4c18833
clippy
FrancoGiachetta Jan 30, 2025
8cc7a7d
add plotting
FrancoGiachetta Jan 31, 2025
31adfbc
remove unnecessary file
FrancoGiachetta Jan 31, 2025
7b5ec98
remove unnecessary file
FrancoGiachetta Jan 31, 2025
62b19e5
format
FrancoGiachetta Jan 31, 2025
6551fab
save everything in a folder and loop through the files
FrancoGiachetta Jan 31, 2025
45c68c6
clippy
FrancoGiachetta Jan 31, 2025
a1b48a4
clippy
FrancoGiachetta Jan 31, 2025
b704669
remove unnecessary file
FrancoGiachetta Jan 31, 2025
0ee7167
format
FrancoGiachetta Jan 31, 2025
b90b191
merge main
FrancoGiachetta Jan 31, 2025
485ea13
remove unnecessary file
FrancoGiachetta Jan 31, 2025
ed92d8a
revert change in the incorrect file
FrancoGiachetta Jan 31, 2025
44b19ec
some review changes
FrancoGiachetta Jan 31, 2025
1d82e4e
update readme and use a tree to represent entrypoint calls
FrancoGiachetta Jan 31, 2025
954b705
document type
FrancoGiachetta Jan 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ compiled_programs/
state_dumps/
rpc_cache
bench_data
block_composition/
Loading
Loading