Skip to content

Commit

Permalink
Added a menu to point to maven test bench project that run a daily ch…
Browse files Browse the repository at this point in the history
…eck of memory allocation.
  • Loading branch information
pcavezzan authored and hboutemy committed Apr 11, 2021
1 parent eda657b commit aab0784
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ or [MavenBox Jenkins Jobs](https://ci-builds.apache.org/job/Maven/job/maven-box/
Notice that this plugin is actually intended for Maven itself only: if interest is expressed to use it
in other context, it would require more configurations.

## Maven Core Performance Checks

* [Memory Check](https://github.com/quick-perf/maven-test-bench/) [![Daily Memory Check](https://github.com/quick-perf/maven-test-bench/actions/workflows/memorycheck.yml/badge.svg)](https://github.com/quick-perf/maven-test-bench/actions/workflows/memorycheck.yml),
running `mvn validate` on a massive multi module project, and we make sure that [memory allocation stay under a certain threshold](https://github.com/quick-perf/maven-test-bench/blob/master/maven-perf/src/test/java/org/quickperf/maven/bench/head/MvnValidateMaxAllocation.java#L52).

_Powered by [QuickPerf](https://github.com/quick-perf/)_

[1]: ./dist-tool-check-site.html
[2]: ./dist-tool-check-source-release.html
[3]: ./dist-tool-check-index-page.html
Expand Down

0 comments on commit aab0784

Please sign in to comment.