File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 # Explicitly set the classpath to include SLF4J implementation
7171 java ${{ matrix.jdk >= 20 && '--enable-native-access=ALL-UNNAMED --add-modules=jdk.incubator.vector' || '' }} \
7272 ${{ matrix.jdk >= 22 && '-Djvector.experimental.enable_native_vectorization=true' || '' }} \
73- -jar jvector-examples/target/jvector-examples-*-jar-with-dependencies.jar io.github.jbellis.jvector.example.AutoBenchYAML --output bench-results.json ${{ inputs.benchmark_config != '' && inputs.benchmark_config || 'jvector-examples/yaml-configs/default.yml' }}
73+ -cp jvector-examples/target/jvector-examples-*-jar-with-dependencies.jar io.github.jbellis.jvector.example.AutoBenchYAML --output bench-results.json ${{ inputs.benchmark_config != '' && inputs.benchmark_config || 'jvector-examples/yaml-configs/default.yml' }}
7474
7575 # List files in current directory to help with debugging
7676 echo "Files in current directory:"
Original file line number Diff line number Diff line change 3434 </descriptorRefs >
3535 <archive >
3636 <manifest >
37- <mainClass >io.github.jbellis.jvector.example.BenchYAML </mainClass >
37+ <mainClass >io.github.jbellis.jvector.example.AutoBenchYAML </mainClass >
3838 </manifest >
3939 </archive >
4040 </configuration >
You can’t perform that action at this time.
0 commit comments