We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d615d87 commit 2b3384eCopy full SHA for 2b3384e
src/python/runStoredFieldsBenchmark.py
@@ -32,7 +32,7 @@ def run_benchmark(lucene_dir, geonames_csv_in, index_dir, nightly_log_dir, doc_l
32
lucene_core_jar = lucene_core_jar[0]
33
34
# compile
35
- cmd = f"javac -cp {lucene_core_jar} -d build src/extra/perf/StoredFieldsBenchmark.java"
+ cmd = f"{localconstants.JAVAC_EXE} -cp {lucene_core_jar} -d build src/extra/perf/StoredFieldsBenchmark.java"
36
print(f"RUN: {cmd}, cwd={os.getcwd()}")
37
subprocess.check_call(cmd, shell=True)
38
0 commit comments