Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0cefb4e

Browse files
committed
fix data file name
1 parent 0815938 commit 0cefb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jmh {
5858
}
5959

6060
jmhReport {
61-
jmhResultPath = project.file('build/reports/jmh/result.json')
61+
jmhResultPath = project.file('build/reports/jmh/results.json')
6262
jmhReportOutput = project.file('build/reports/jmh')
6363
}

0 commit comments

Comments
 (0)