1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-12-22 06:33:29 +00:00

Support prebuilt binaries

...to make Travis CI builds reasonable.

Progress towards #16
This commit is contained in:
Colin Dellow
2018-07-04 23:17:57 -04:00
parent 806d87c8e7
commit 100edb7015
2 changed files with 93 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ Subsequent builds will only build the parquet virtual table extension.
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.
#### Tests
### Tests
Run: