Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Oct 4, 2023
1 parent e6cd3e4 commit b642781
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,3 @@ You can then run the tool and print usage information with the command:
java -jar target/BreakingUpdateReproducer.jar --help
```

## Stats
As of Sep 6 2023:
* The benchmark consists of 628 reproducible breaking updates from 161 unique projects.
- Of these breaking updates, 263 (41.88%) fail compilation with the updated dependency.
- 213 (33.92%) fail tests with the updated dependency.
- 6 (0.96%) have dependency resolution failures with the updated dependency.
- 69 (10.99%) fail after updating the dependency due to maven enforcer failures.
- 54 (8.60%) fail due to Jenkins failures after updating the dependency.
- 14 (2.23%) fail due to dependency locks.
- 4 (0.64%) fail due to JAXB failures.
- 1 (0.16%) fail due to SCM plugin failures during the execution of the goal checkout.
- 4 (0.64%) fail due to Checkstyle failures after updating the dependency.
* Overall, reproduction has been attempted for 5391 breaking updates, and 4763 (88.35%) could not be locally reproduced.
* For 0 potential breaking updates, reproduction has not been attempted yet.

0 comments on commit b642781

Please sign in to comment.