Use trice instead of std::time for performance measurement
This commit is contained in:
parent
222e417c79
commit
12aea63928
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use crate::sql::value::Value;
|
|||
use futures::lock::Mutex;
|
||||
use hyper::body::Sender;
|
||||
use std::sync::Arc;
|
||||
use std::time::Instant;
|
||||
use trice::Instant;
|
||||
|
||||
pub struct Executor {
|
||||
kvs: Store,
|
||||
|
|
Loading…
Reference in a new issue