From 97ab21c5e70b580e6f84fbd08ae993690f833847 Mon Sep 17 00:00:00 2001 From: Simeon Romanov Date: Mon, 18 Dec 2023 10:48:16 +0300 Subject: [PATCH] force-fail benchmark --- src/benchmark/bin.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/benchmark/bin.rs b/src/benchmark/bin.rs index ad4ce79ac9..b37d25ad5c 100644 --- a/src/benchmark/bin.rs +++ b/src/benchmark/bin.rs @@ -129,6 +129,7 @@ async fn start_app() { statistics.display(); } writer.close().await; + ss } fn prepare_matches() -> ArgMatches {