Skip to content

Commit 8b16f76

Browse files
committed
Fix cargo release
1 parent 25a2a2e commit 8b16f76

File tree

2 files changed

+3184
-1
lines changed

2 files changed

+3184
-1
lines changed

crates/codebook/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn run_benchmark(processor: &Codebook) {
5656
.build()
5757
.unwrap();
5858
// Define sample text for benchmark
59-
let sample_text = include_str!("../../../examples/wulf.txt");
59+
let sample_text = include_str!("../tests/examples/wulf.txt");
6060

6161
// Number of iterations for benchmark
6262
let iterations = 100;

0 commit comments

Comments
 (0)