From 874752a39537b4e484b537d2378fe45d3bf7522a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 2 Mar 2019 01:38:22 +0100 Subject: [PATCH] Add termination note --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index a5db92d..401a49d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -448,6 +448,8 @@ impl BenchmarkRepository } ); } + + info!("all jobs done, all results uploaded"); } }