Skip to content

Commit

Permalink
Update the performance regression detection method to reduce false po…
Browse files Browse the repository at this point in the history
…sitives. (#58)
  • Loading branch information
linlin-s authored Oct 12, 2023
1 parent 3e7f8ca commit 2e995de
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 199 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/com/amazon/ion/benchmark/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Main {

+ " ion-java-benchmark run-suite (--test-ion-data <file_path>) (--benchmark-options-combinations <file_path>) <output_file>\n"

+ " ion-java-benchmark compare (--benchmark-result-previous <file_path>) (--benchmark-result-new <file_path>) <output_file>\n"
+ " ion-java-benchmark compare (--benchmark-result-previous <file_path>) (--benchmark-result-new <file_path>)\n"

+ " ion-java-benchmark --help\n"

Expand Down
Loading

0 comments on commit 2e995de

Please sign in to comment.