This commit is contained in:
shenjack 2024-05-25 12:28:10 +08:00
parent 344d6abd45
commit 8891623fd7
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@
> 就是卡常
反正现在在我的 5800x 上能跑到 700E/d (单线程) 了
> 我预计在后面加一下多线程运行的时候加个总计效率
## 0.2.15~16

View File

@ -102,7 +102,7 @@ fn main() {
let left = cli_arg.start % cli_arg.thread_count as u64;
cli_arg.end = cli_arg.end.wrapping_add(left);
let mut threads = Vec::with_capacity(cli_arg.thread_count as usize);
let mut threads = vec![];
let now = chrono::Local::now().format("%Y-%m-%d_%H-%M-%S").to_string();
// namerena-<team>-<time>.csv
// <time>: %Y-%m-%d-%H-%M-%S