We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9ae60 commit cbe0222Copy full SHA for cbe0222
collector/runtime-benchmarks/text-search/src/data/sherlock.txt renamed to collector/runtime-benchmarks/data/sherlock.txt
collector/runtime-benchmarks/text-search/src/main.rs
@@ -2,7 +2,7 @@ use regex::Regex;
2
3
use benchlib::benchmark::run_benchmark_group;
4
5
-const TEXT_SHERLOCK: &str = include_str!("data/sherlock.txt");
+const TEXT_SHERLOCK: &str = include_str!("../../data/sherlock.txt");
6
7
fn main() {
8
let regex1 = Regex::new(r"[a-zA-Z]+ing").unwrap();
0 commit comments