adoptium / bumblebench

A microbenchmarking test framework for Eclipse Adoptium
Apache License 2.0
23 stars 32 forks source link

Bug Fix for KmeansBench #16

Closed piyush286 closed 5 years ago

piyush286 commented 5 years ago

Resolves https://github.com/AdoptOpenJDK/bumblebench/issues/15

Signed-off-by: Piyush Gupta piyush286@gmail.com

piyush286 commented 5 years ago

Sanity Test:

bumbleBench-KmeansBench-GPULambda https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/903/console

The above job uses my change:

15:04:23  getBumbleBench:
15:04:23       [echo] Cloning BumbleBench
15:04:23       [echo] git clone --depth 1 -b gpu https://github.com/piyush286/bumblebench.git
...
15:06:36  PASSED test targets:
15:06:36    bumbleBench-KmeansBench-GPULambda_0
15:06:36  
15:06:36  TOTAL: 1   EXECUTED: 1   PASSED: 1   FAILED: 0   DISABLED: 0   SKIPPED: 0
piyush286 commented 5 years ago

Requesting review from @smlambert.