File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ) ) ;
You can’t perform that action at this time.
0 commit comments