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

Marcus G K Williams mgkwill at openjdk.java.net
Tue Jun 8 16:32:25 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:

  Standardize copyright header, add 2021
  
  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/aa7733b6..682982d0

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=77&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=77&range=03-04

  Stats: 15 lines in 15 files changed: 0 ins; 0 del; 15 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