[vectorIntrinsics] Integrated: 8244490: [vector] Move Vector API micro benchmarks under test/micro

Marcus G K Williams mgkwill at openjdk.java.net
Thu Jun 10 18:09:17 UTC 2021


On Mon, 3 May 2021 20:52:50 GMT, Marcus G K Williams <mgkwill at openjdk.org> wrote:

> Vector API micro benchmarks are currently located under test/jdk/jdk/incubator/vector/benchmark which makes them rather as "dead" code without possibility to built and run.
> 
> The proper location for micro benchmarks is actually test/micro/ directory.
> It would be nice to move Vector API benchmarks there so they can be built automatically as part 'test-image' make target.
> Once they are built they can be run as
>  make run-test TEST=micro:BENCHMARK_TEST_NAME

This pull request has now been integrated.

Changeset: 86a8d382
Author:    Marcus G K Williams <mgkwill at openjdk.org>
Committer: Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/86a8d382758915aa2ef44cfff8902b2f3dea0d7e
Stats:     352 lines in 54 files changed: 28 ins; 198 del; 126 mod

8244490: [vector] Move Vector API micro benchmarks under test/micro

Reviewed-by: psandoz

-------------

PR: https://git.openjdk.java.net/panama-vector/pull/77


More information about the panama-dev mailing list