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
When MvnValidateAllocationByMaven3VersionTest is executed, results are exported into a maven-memory-allocation-{date-time}.csv file. You can consult an example here.
The goal of this issue is to add an Error column in the CSV file giving the mean error for a given confidence level. The confidence level may be given by the user with the help of maven-bench.properties file. To compute the error mean, Apache Commons Math (https://commons.apache.org/proper/commons-math/) could be useful.
The text was updated successfully, but these errors were encountered:
When
MvnValidateAllocationByMaven3VersionTest
is executed, results are exported into amaven-memory-allocation-{date-time}.csv
file. You can consult an example here.The goal of this issue is to add an
Error
column in the CSV file giving the mean error for a given confidence level. The confidence level may be given by the user with the help ofmaven-bench.properties
file. To compute the error mean, Apache Commons Math (https://commons.apache.org/proper/commons-math/) could be useful.The text was updated successfully, but these errors were encountered: