1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-10-27 01:59:56 +00:00

Add make-linux-pgo

fixes #23, with perhaps some open questions about why PGO on
arrow/parquet-cpp regressed things.
This commit is contained in:
Colin Dellow
2018-06-27 22:23:22 -04:00
parent 1a4f540e18
commit 2167d102b4
3 changed files with 20 additions and 6 deletions

9
make-linux-pgo Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
./make-linux distclean
./make-linux PROF=-fprofile-generate
./tests/test-all
./make-linux clean
./make-linux PROF=-fprofile-use