summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 15:52:24 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-04 15:52:24 +0000
commit945b7cb605691889cef4d81e421816e55243c95b (patch)
tree82c238f8b0e8bf8330e3eb84c0b14c99d668e571 /src/lib.rs
parent010480a957c52e14172049aea3e692447be8cdfe (diff)
parent42bd070d7b71c3f9360f88ee50291eb66e54ccd9 (diff)
downloadobnam-benchmark-945b7cb605691889cef4d81e421816e55243c95b.tar.gz
Merge branch 'run-server2-with-python' into 'main'
feat: actually run client and server See merge request obnam/obnam-benchmark!4
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e1e2b81..e8c6d82 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,6 +28,7 @@
//! This crate only collects data from a set of benchmarks. It does
//! not analyze the data. The data can be stored for later analysis.
+pub mod client;
pub mod daemon;
pub mod junk;
pub mod obnam;