Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into anna_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkulshreshtha committed Oct 7, 2024
2 parents 48269ad + a064d60 commit 5aea520
Show file tree
Hide file tree
Showing 46 changed files with 372,587 additions and 1,299 deletions.
9 changes: 9 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ workspace = true
[dev-dependencies]
criterion = { version = "0.5.0", features = [ "async_tokio", "html_reports" ] }
hydroflow = { path = "../hydroflow", features = [ "debugging" ] }
nameof = "1.0.0"
rand = "0.8.0"
rand_distr = "0.4.3"
seq-macro = "0.2.0"
Expand Down Expand Up @@ -62,3 +63,7 @@ harness = false
[[bench]]
name = "symmetric_hash_join"
harness = false

[[bench]]
name = "words_diamond"
harness = false
2 changes: 2 additions & 0 deletions benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Run specific benchmarks:
```
cargo bench -p benches --bench reachability
```

Wordlist is from https://github.com/dwyl/english-words/blob/master/words_alpha.txt
Loading

0 comments on commit 5aea520

Please sign in to comment.