Skip to content

Commit 314fb28

Browse files
committed
add command to nightly benchmark job too
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
1 parent 9168d96 commit 314fb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ run = """
107107
./mvnw -pl benchmarks -am -DskipTests clean package
108108
JMH_ARGS="${JMH_ARGS:--f 3 -wi 3 -i 5}"
109109
echo "Running benchmarks with args: $JMH_ARGS"
110-
java -jar ./benchmarks/target/benchmarks.jar -rf json -rff benchmark-results.json $JMH_ARGS
110+
java -jar ./benchmarks/target/benchmarks.jar -rf json -rff benchmark-results.json $JMH_ARGS -prof gc
111111
"""
112112

113113
[tasks."benchmark:generate-summary"]

0 commit comments

Comments
 (0)