Skip to content

Commit

Permalink
Change benchmark modes.
Browse files Browse the repository at this point in the history
We really only need average time and throughput AFAIK.
  • Loading branch information
khatchad committed Feb 21, 2024
1 parent f17d00f commit f8eef3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/swagger-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<argument>.*</argument>
<!-- Measurement mode. -->
<argument>-bm</argument>
<argument>all</argument>
<argument>avgt,thrpt</argument>
<!-- Forks. -->
<argument>-f</argument>
<argument>1</argument>
Expand Down

0 comments on commit f8eef3b

Please sign in to comment.