Skip to content

Commit 05c14b8

Browse files
committed
complete revise the architecture
1 parent 48d31f2 commit 05c14b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fn main() -> PolarsResult<()> {
4949

5050
let multi_run_results = run_setups.projection_runs()?;
5151

52-
multi_run_results.export("src/results/second_test")?;
52+
multi_run_results.export("src/results/third_test")?;
5353

5454
// Print the time taken for the runs
5555
let duration = start.elapsed();

0 commit comments

Comments
 (0)