Skip to content

Commit

Permalink
Generate fake data for further analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mamcx committed Jan 24, 2025
1 parent 972d775 commit 880a918
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 2 deletions.
17 changes: 17 additions & 0 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ enum-as-inner = "0.6"
enum-map = "2.6.3"
env_logger = "0.10"
ethnum = { version = "1.5.0", features = ["serde"] }
fake = "3.0.1"
flate2 = "1.0.24"
fs-err = "2.9.0"
fs2 = "0.4.3"
Expand Down
1 change: 1 addition & 0 deletions modules/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ crate-type = ["cdylib"]
spacetimedb = { path = "../../crates/bindings" }

anyhow.workspace = true
fake.workspace = true
Loading

0 comments on commit 880a918

Please sign in to comment.