summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-02 15:54:02 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-05 07:48:18 +0300
commitdd13fde5ea8bd61b6b5c7f024df6733301864456 (patch)
treec7d274adb6e0021c143436ac13eac934d5fe1c1e /src/lib.rs
parent40fbe9ba35116ccff04251f6c52d1607f3480c6f (diff)
downloadobnam2-dd13fde5ea8bd61b6b5c7f024df6733301864456.tar.gz
feat: collect and log some time metrics
Log the complete run-time of the program, and the time spent downloading the previous generation, and uploading the new generation. Sponsored-by: author
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fd33a4e..a0a53c7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -30,9 +30,9 @@ pub mod genmeta;
pub mod index;
pub mod indexedstore;
pub mod passwords;
+pub mod performance;
pub mod policy;
pub mod schema;
pub mod server;
pub mod store;
pub mod workqueue;
-pub mod performance;