You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,9 @@
15
15
<ahref="#License">License</a>
16
16
</p>
17
17
18
-
At this moment, this project allows to benchmark and investigate the origin of heap allocation caused by `mvn validate` (the first phase before lanching any plugin: see [Lifecycles Reference](https://maven.apache.org/ref/current/maven-core/lifecycles.html)).
18
+
At this moment, this project is a test bench based on [QuickPerf](https://github.com/quick-perf/quickperf) to benchmark and understand heap allocation caused by mvn validate (the first phase before lanching any plugin: see Lifecycles Reference).
19
19
20
-
This project uses [QuickPerf](https://github.com/quick-perf/quickperf) to measure and investigate the heap allocation level.
21
-
22
-
Measures have been done executing `mvn validate` on Apache Camel source code.
20
+
Measures have been done with Apache Camel source code as a target project to execute Maven.
23
21
24
22
Feel free to use this project and contribute to it!
0 commit comments