Skip to content

Commit 42ac2e7

Browse files
committed
ProfileResultts moved from org.apache.lucene.gradle to org.apache.lucene.gradle.plugins.java
1 parent 08d4828 commit 42ac2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/competition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def getAggregateProfilerResult(self, id, mode, count=30, stackSize=1):
373373
f"-Dtests.profile.mode={mode}",
374374
f"-Dtests.profile.stacksize={size}",
375375
f"-Dtests.profile.count={count}",
376-
"org.apache.lucene.gradle.ProfileResults",
376+
"org.apache.lucene.gradle.plugins.java.ProfileResults",
377377
]
378378
+ glob.glob(f"{constants.LOGS_DIR}/bench-search-{id}-{self.name}-*.jfr")
379379
)

0 commit comments

Comments
 (0)