Skip to content

Commit 88139f0

Browse files
committed
Move the benchmark markdown files from dist/ to build/
1 parent cae568e commit 88139f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_system/bench.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub(crate) fn benchmark(dirs: &Dirs, compiler: &Compiler) {
6666
target_dir = target_dir.display(),
6767
);
6868

69-
let bench_compile_markdown = dirs.dist_dir.join("bench_compile.md");
69+
let bench_compile_markdown = dirs.build_dir.join("bench_compile.md");
7070

7171
let bench_compile = hyperfine_command(
7272
0,
@@ -90,7 +90,7 @@ pub(crate) fn benchmark(dirs: &Dirs, compiler: &Compiler) {
9090

9191
eprintln!("[BENCH RUN] ebobby/simple-raytracer");
9292

93-
let bench_run_markdown = dirs.dist_dir.join("bench_run.md");
93+
let bench_run_markdown = dirs.build_dir.join("bench_run.md");
9494

9595
let raytracer_cg_llvm =
9696
Path::new(".").join(get_file_name(&compiler.rustc, "raytracer_cg_llvm", "bin"));

0 commit comments

Comments
 (0)