From 4778039ffa5db2dfe35b8b4f537c5aad351aa488 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 11 Feb 2022 16:09:45 -0800 Subject: [PATCH] Added benchmarking to readme [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)