Merge pull request #2010 from nosqlbench/jshook/httpmetrics

Jshook/httpmetrics
This commit is contained in:
Jonathan Shook
2024-08-01 15:17:29 -05:00
committed by GitHub
14 changed files with 180 additions and 229 deletions

View File

@@ -142,6 +142,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--enable-preview @{argLine}</argLine>
<groups>perf</groups>
</configuration>
</plugin>