You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/04/11 12:59:05 UTC

[maven-dist-tool] branch master updated: Added a menu to point to maven test bench project that run a daily check of memory allocation.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new aab0784  Added a menu to point to maven test bench project that run a daily check of memory allocation.
aab0784 is described below

commit aab0784a1f8bae911e32ccd0b039065eeffb89bc
Author: Patrice CAVEZZAN <pc...@gmail.com>
AuthorDate: Tue Mar 30 21:30:11 2021 +0200

    Added a menu to point to maven test bench project that run a daily check of memory allocation.
---
 src/site/markdown/index.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 7933455..98ea7c7 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -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