[vectorIntrinsics] RFR: 8244490: [vector] Move Vector API micro benchmarks under test/micro [v6]
Marcus G K Williams
mgkwill at openjdk.java.net
Thu Jun 10 17:54:33 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 incrementally with one additional commit since the last revision:
PaulSandoz review
Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
-------------
Changes:
- all: https://git.openjdk.java.net/panama-vector/pull/77/files
- new: https://git.openjdk.java.net/panama-vector/pull/77/files/682982d0..a2c7ed8a
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=77&range=05
- incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=77&range=04-05
Stats: 68 lines in 46 files changed: 18 ins; 0 del; 50 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