mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
rename data folder
This commit is contained in:
parent
5ea5983a74
commit
67a4ca5744
32 changed files with 19 additions and 19 deletions
|
|
@ -23,7 +23,7 @@ impl MessageHandler for AllMessages {
|
|||
}
|
||||
|
||||
fn bench_all() {
|
||||
let file = fs::read("data/gully.dem").expect("Unable to read file");
|
||||
let file = fs::read("test_data/gully.dem").expect("Unable to read file");
|
||||
let demo = Demo::new(&file);
|
||||
let stream = demo.get_stream();
|
||||
black_box(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue