Merge pull request #38 from MattMorgis/master

Update README.md
This commit is contained in:
Colin Dellow 2018-10-02 11:49:50 -04:00 committed by GitHub
commit e3a2837599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Subsequent builds will only build the parquet virtual table extension.
### Building (release)
Run `./make-linx-pgo` to build an instrumented binary, run tests to collect real-life usage samples, then build an optimized binary. PGO seems to give a 5-10% reduction in query times.
Run `./make-linux-pgo` to build an instrumented binary, run tests to collect real-life usage samples, then build an optimized binary. PGO seems to give a 5-10% reduction in query times.
### Tests