diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-18 18:24:13 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-18 18:24:13 +0000 |
| commit | 88139f0c6b14f493022bdd5c9a2881cf57cc861c (patch) | |
| tree | ffc61f85074f3ec55f72abc8d5c4604f65882c7e | |
| parent | cae568eeb409ab4d38be3cdb79f1b04983213986 (diff) | |
| download | rust-88139f0c6b14f493022bdd5c9a2881cf57cc861c.tar.gz rust-88139f0c6b14f493022bdd5c9a2881cf57cc861c.zip | |
Move the benchmark markdown files from dist/ to build/
| -rw-r--r-- | build_system/bench.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_system/bench.rs b/build_system/bench.rs index 3d46e9f3929..8359b7b5279 100644 --- a/build_system/bench.rs +++ b/build_system/bench.rs @@ -66,7 +66,7 @@ pub(crate) fn benchmark(dirs: &Dirs, compiler: &Compiler) { target_dir = target_dir.display(), ); - let bench_compile_markdown = dirs.dist_dir.join("bench_compile.md"); + let bench_compile_markdown = dirs.build_dir.join("bench_compile.md"); let bench_compile = hyperfine_command( 0, @@ -90,7 +90,7 @@ pub(crate) fn benchmark(dirs: &Dirs, compiler: &Compiler) { eprintln!("[BENCH RUN] ebobby/simple-raytracer"); - let bench_run_markdown = dirs.dist_dir.join("bench_run.md"); + let bench_run_markdown = dirs.build_dir.join("bench_run.md"); let raytracer_cg_llvm = Path::new(".").join(get_file_name(&compiler.rustc, "raytracer_cg_llvm", "bin")); |
