Skip to content

Commit

Permalink
bin: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-vitamins committed Apr 1, 2024
1 parent ff1849d commit 40904a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ path = "bench/set.rs"
harness = false

[[bin]]
name = "memory"
path = "bin/memory_usage.rs"
name = "memory_set"
path = "bin/memory_usage_set.rs"
harness = false

[[bin]]
name = "memory_hashset"
path = "bin/memory_usage_hashset.rs"
harness = false
28 changes: 0 additions & 28 deletions bin/memory_usage.rs

This file was deleted.

0 comments on commit 40904a1

Please sign in to comment.