From 904003341e78edc7554be13d2d9c91b5aaf03d26 Mon Sep 17 00:00:00 2001 From: Harold Brenes Date: Tue, 9 Aug 2022 18:54:20 -0500 Subject: [PATCH] Bump version to apha2, force io metrics on. --- VERSION | 2 +- src/plotdisk/DiskPlotConfig.h | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a3fc5781..0b303383 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ 2.0.0 --alpha1 \ No newline at end of file +-alpha2 \ No newline at end of file diff --git a/src/plotdisk/DiskPlotConfig.h b/src/plotdisk/DiskPlotConfig.h index 4fa6db19..cff87cbe 100644 --- a/src/plotdisk/DiskPlotConfig.h +++ b/src/plotdisk/DiskPlotConfig.h @@ -112,7 +112,15 @@ #endif +// Beta-mode +// (Force for now) +#define BB_BETA_MODE 1 +#if BB_BETA_MODE + #ifdef BB_IO_METRICS_ON + #undef BB_IO_METRICS_ON + #endif - + #define BB_IO_METRICS_ON 1 +#endif