Skip to content

Commit cbe0222

Browse files
committed
Move text file to a separate runtime benchmark data directory
1 parent ca9ae60 commit cbe0222

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

collector/runtime-benchmarks/text-search/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use regex::Regex;
22

33
use benchlib::benchmark::run_benchmark_group;
44

5-
const TEXT_SHERLOCK: &str = include_str!("data/sherlock.txt");
5+
const TEXT_SHERLOCK: &str = include_str!("../../data/sherlock.txt");
66

77
fn main() {
88
let regex1 = Regex::new(r"[a-zA-Z]+ing").unwrap();

0 commit comments

Comments
 (0)