Skip to content

Commit

Permalink
GDV-52: update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
pravindra authored and praveenbingo committed Sep 10, 2018
1 parent 9ab7849 commit ae10571
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cpp/src/gandiva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ cd gandiva/cpp
mkdir debug
cd debug
cmake ..
make test
make
ctest
```

Release build :
Expand All @@ -42,7 +43,8 @@ cd gandiva/cpp
mkdir release
cd release
cmake .. -DCMAKE_BUILD_TYPE=Release
make test
make
ctest
```

## Validating code style
Expand Down

0 comments on commit ae10571

Please sign in to comment.