This commit is contained in:
haoran 2022-11-29 22:22:44 +00:00 committed by HaoranYi
parent 36dc3a457f
commit 5aadaa4172
1 changed files with 2 additions and 2 deletions

View File

@ -473,9 +473,9 @@ mod test {
#[test]
fn test_time_mmap() {
use std::time::{Duration, Instant};
use std::time::Instant;
let mut v = vec![];
let v = vec![];
for i in 1..1900000 {
if i % 100 == 0 {
println!("{}", i);