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

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

  Remove executable from gen-tests.sh
  
  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/e7c9a1ef..4c31d216

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

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