Skip to content

Commit

Permalink
perf: add microbenchmarks for a simple diamond with string manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Sep 30, 2024
1 parent 08c2af5 commit 531630a
Show file tree
Hide file tree
Showing 5 changed files with 370,357 additions and 0 deletions.
1 change: 1 addition & 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 531630a

Please sign in to comment.