diff --git a/README.md b/README.md index 0e4e0eb..f04d66b 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,12 @@ make installcheck REGRESS=functions # regression test make prove_installcheck PROVE_TESTS=test/t/001_wal.pl # TAP test ``` +To enable benchmarking: + +```sh +make clean && PG_CFLAGS=-DIVFFLAT_BENCH make && make install +``` + Resources for contributors - [Extension Building Infrastructure](https://www.postgresql.org/docs/current/extend-pgxs.html)