Skip to content

Commit 8092bb1

Browse files
committed
changing default main class to autobenchyaml
1 parent 30334ae commit 8092bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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:"

jvector-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

0 commit comments

Comments
 (0)