[vectorIntrinsics] RFR: 8244490: [vector] Move Vector API micro benchmarks under test/micro [v2]
Marcus G K Williams
mgkwill at openjdk.java.net
Tue Jun 8 15:50:20 UTC 2021
> 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
Marcus G K Williams has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
- fix test build issues
Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
- Paul Review
Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
- Revert "Vector Micro Tests Draft Move"
This reverts commit 71b1c1d3513745ccc51fa184af2069215449bc93.
- Revert "pom.xml"
This reverts commit ef323d7cd8cd083849d36d60598752512db437d7.
- add missing readme pom.xml
Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
- Vector Micro Tests Draft Move
Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
-------------
Changes: https://git.openjdk.java.net/panama-vector/pull/77/files
Webrev: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=77&range=01
Stats: 332 lines in 54 files changed: 10 ins; 198 del; 124 mod
Patch: https://git.openjdk.java.net/panama-vector/pull/77.diff
Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/77/head:pull/77
PR: https://git.openjdk.java.net/panama-vector/pull/77
More information about the panama-dev
mailing list