Skip to content

Commit

Permalink
fixup! perf: add microbenchmarks for a simple diamond with string man…
Browse files Browse the repository at this point in the history
…ipulation
  • Loading branch information
MingweiSamuel committed Oct 1, 2024
1 parent 531630a commit bb74a72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benches/benches/words_diamond.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const OUTPUT: usize = 5_123_595;
static WORDS: LazyLock<String> = LazyLock::new(|| {
let mut path = PathBuf::new();
path.push(std::env::current_dir().unwrap());
path.pop();
path.push(file!());
path.pop();
path.push("words_alpha.txt");
println!("{:?}", path);
std::fs::read_to_string(path).unwrap()
Expand Down
File renamed without changes.

0 comments on commit bb74a72

Please sign in to comment.