Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Oct 9, 2023
1 parent e0240cf commit 8d8f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Session {
None => 0.0,
Some(ss) => ss.running_time_ms,
};
println!("{:.3}", server_time_ms);
println!("{:.6}", server_time_ms / 1000.0);
}
}
Ok(())
Expand Down

0 comments on commit 8d8f7fb

Please sign in to comment.