Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
220 changes: 218 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ mchprs_world = { path = "./crates/world" }
mchprs_blocks = { path = "./crates/blocks" }
mchprs_redpiler = { path = "./crates/redpiler" }
mchprs_redstone = { path = "./crates/redstone" }
mchprs_save_data = { path = "./crates/save_data" }
paste = { workspace = true }
criterion = { workspace = true }

[workspace.dependencies]
toml = "0.8"
Expand Down Expand Up @@ -86,3 +88,8 @@ tracing-appender = "0.2"
paste = "1.0"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "redpiler_bench"
harness = false
Binary file added benches/plots/adder
Binary file not shown.
Binary file added benches/plots/call_stack
Binary file not shown.
Binary file added benches/plots/long_wire
Binary file not shown.
Binary file added benches/plots/repeater_grid
Binary file not shown.
Loading