File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5757 java ${{ matrix.jdk >= 20 && '--enable-native-access=ALL-UNNAMED --add-modules=jdk.incubator.vector' || '' }} \
5858 ${{ matrix.jdk >= 22 && '-Djvector.experimental.enable_native_vectorization=true' || '' }} \
5959 -Xmx4G -jar jvector-examples/target/jvector-examples-*-jar-with-dependencies.jar \
60- io.github.jbellis.jvector.example.Bench --output bench-results.json
60+ --output bench-results.json
6161
6262 - name : Upload Bench Results
6363 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 3232 <descriptorRefs >
3333 <descriptorRef >jar-with-dependencies</descriptorRef >
3434 </descriptorRefs >
35+ <archive >
36+ <manifest >
37+ <mainClass >io.github.jbellis.jvector.example.Bench</mainClass >
38+ </manifest >
39+ </archive >
3540 </configuration >
3641 <executions >
3742 <execution >
You can’t perform that action at this time.
0 commit comments