aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-24 15:28:07 +0100
committerAleksey Kladov <[email protected]>2020-07-24 19:05:16 +0100
commitde714640bd744b194d1b4c918a6f44d3cba02339 (patch)
tree4436429949a9d36aa84c8333a3445135b8a41f6a /xtask/src/main.rs
parent14a3a713c74108626fe356dad21d93b84792878a (diff)
Add metrics
Diffstat (limited to 'xtask/src/main.rs')
-rw-r--r--xtask/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs
index fab984fc0..604954269 100644
--- a/xtask/src/main.rs
+++ b/xtask/src/main.rs
@@ -15,6 +15,7 @@ use xtask::{
15 codegen::{self, Mode}, 15 codegen::{self, Mode},
16 dist::DistCmd, 16 dist::DistCmd,
17 install::{ClientOpt, InstallCmd, Malloc, ServerOpt}, 17 install::{ClientOpt, InstallCmd, Malloc, ServerOpt},
18 metrics::run_metrics,
18 not_bash::pushd, 19 not_bash::pushd,
19 pre_commit, project_root, 20 pre_commit, project_root,
20 release::{PromoteCmd, ReleaseCmd}, 21 release::{PromoteCmd, ReleaseCmd},
@@ -117,6 +118,7 @@ FLAGS:
117 args.finish()?; 118 args.finish()?;
118 DistCmd { nightly, client_version }.run() 119 DistCmd { nightly, client_version }.run()
119 } 120 }
121 "metrics" => run_metrics(),
120 _ => { 122 _ => {
121 eprintln!( 123 eprintln!(
122 "\ 124 "\