Skip to content

Commit

Permalink
port replay generation to rust
Browse files Browse the repository at this point in the history
  • Loading branch information
doehyunbaek committed Dec 18, 2023
1 parent 091b01d commit be50791
Show file tree
Hide file tree
Showing 12 changed files with 984 additions and 118 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules/**
.DS_Store
performance.db.ndjson
performance.ndjson
target/
target/
benchmark*/
7 changes: 7 additions & 0 deletions crates/Cargo.lock

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

1 change: 1 addition & 0 deletions crates/replay_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
tempfile = "3.2.0"
Loading

0 comments on commit be50791

Please sign in to comment.