Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Solve #76. Add benchmark comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelcarmena committed May 8, 2020
1 parent 258cc4f commit 8bf5363
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_arrow-fx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ jobs:
- name: Build with Gradle
run: |
$BASEDIR/arrow/scripts/project-build.sh $ARROW_LIB
./gradlew :arrow-benchmarks-fx:jmhClasses
- name: Run benchmark comparison
./gradlew :arrow-benchmarks-fx:jmh
cp arrow-benchmarks-fx/build/reports/benchmarks.json pull-request-benchmarks.json
git checkout master
./gradlew :arrow-benchmarks-fx:jmh
cp arrow-benchmarks-fx/build/reports/benchmarks.json master-benchmarks.json

0 comments on commit 8bf5363

Please sign in to comment.