Skip to content

Commit

Permalink
move benchmarks to benches folder
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Mar 14, 2024
1 parent bcbaace commit 5fdf5eb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion data-resource/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ rand = "0.8"
[[bench]]
name = "compute_bytes_benchmark"
harness = false
path = "benches/compute_bytes_benchmark.rs"
path = "../benches/compute_bytes_benchmark.rs"
2 changes: 1 addition & 1 deletion fs-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ rand = "0.8"
[[bench]]
name = "index_build_benchmark"
harness = false
path = "benches/index_build_benchmark.rs"
path = "../benches/index_build_benchmark.rs"

0 comments on commit 5fdf5eb

Please sign in to comment.