From d028d9e79b32fea84273447c7c53e91f4860c7be Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Wed, 25 Jan 2023 09:54:20 +0100 Subject: [PATCH] some notes --- Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Readme.md b/Readme.md index 32829ef..870b0a3 100644 --- a/Readme.md +++ b/Readme.md @@ -14,4 +14,19 @@ make #### run the sql on the target database Decide whether to install the functions globally or as part of a package + + +### Testing + +- create a test db +- add functions +- write some simple tests + + +### Stress testing + +- compile fb for valgrind +- stress test for leakage + + (TODO)