< prev index next > test/micro/org/openjdk/bench/jdk/incubator/vector/TestLoadStoreShorts.java
Print this page
@Measurement(iterations = 10, time = 500, timeUnit = TimeUnit.MILLISECONDS)
@State(org.openjdk.jmh.annotations.Scope.Thread)
@OutputTimeUnit(TimeUnit.NANOSECONDS)
@Fork(value = 1, jvmArgsAppend = {
"--add-modules=jdk.incubator.vector",
- "--enable-preview",
"--enable-native-access", "ALL-UNNAMED"})
public class TestLoadStoreShorts {
private static final VectorSpecies<Short> SPECIES = VectorSpecies.ofLargestShape(short.class);
@Param("256")
< prev index next >