From d9b92f88d2c23a35ce2380e96be332c39fb70bea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:54:00 +0000 Subject: [PATCH] Automated stats update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32d3a30a8d104..2786ab0129385 100644 --- a/README.md +++ b/README.md @@ -100,12 +100,12 @@ java -jar target/BreakingUpdateReproducer.jar --help ``` ## Stats -As of Aug 1 2023: +As of Aug 2 2023: * The benchmark consists of 185 reproducible breaking updates. - Of these breaking updates, 59 (31.89%) fail compilation with the updated dependency. - - 16 (8.65%) fail tests with the updated dependency. + - 30 (16.22%) fail tests with the updated dependency. - 1 (0.54%) have dependency resolution failures with the updated dependency. - 44 (23.78%) fail after updating the dependency due to maven enforcer failures. - - 65 (35.14%) fail due to unknown failures after updating the dependency. + - 51 (27.57%) fail due to unknown failures after updating the dependency. * Overall, reproduction has been attempted for 1462 breaking updates, and 1277 (87.35%) could not be locally reproduced. * For 0 potential breaking updates, reproduction has not been attempted yet.