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) {
66
66
target_dir = target_dir. display( ) ,
67
67
) ;
68
68
69
- let bench_compile_markdown = dirs. dist_dir . join ( "bench_compile.md" ) ;
69
+ let bench_compile_markdown = dirs. build_dir . join ( "bench_compile.md" ) ;
70
70
71
71
let bench_compile = hyperfine_command (
72
72
0 ,
@@ -90,7 +90,7 @@ pub(crate) fn benchmark(dirs: &Dirs, compiler: &Compiler) {
90
90
91
91
eprintln ! ( "[BENCH RUN] ebobby/simple-raytracer" ) ;
92
92
93
- let bench_run_markdown = dirs. dist_dir . join ( "bench_run.md" ) ;
93
+ let bench_run_markdown = dirs. build_dir . join ( "bench_run.md" ) ;
94
94
95
95
let raytracer_cg_llvm =
96
96
Path :: new ( "." ) . join ( get_file_name ( & compiler. rustc , "raytracer_cg_llvm" , "bin" ) ) ;
You can’t perform that action at this time.
0 commit comments