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 Jun 14, 2018
1 parent 80bcbd1 commit 8a266c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/gandiva/src/cpp/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 8a266c1

Please sign in to comment.