timezone
This commit is contained in:
parent
cc3112ad3d
commit
976c7d0894
1 changed files with 1 additions and 1 deletions
|
|
@ -37,5 +37,5 @@ fn main() {
|
||||||
results: bsq::run(gridsize, chunksize, density, RUNS, (n, len)),
|
results: bsq::run(gridsize, chunksize, density, RUNS, (n, len)),
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
serde_json::to_writer(std::fs::File::open("./data.json").unwrap(), &res).unwrap();
|
serde_json::to_writer(std::fs::File::open(format!("./data-{}.json", chrono::Local::now().format("%s"))).unwrap(), &res).unwrap();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue