From 1f858e1a465914663f71f1ec36afe21485897611 Mon Sep 17 00:00:00 2001 From: PatchOfScotland Date: Wed, 15 Mar 2023 11:21:32 +0100 Subject: [PATCH] added note to readme about seperate benchmarking package --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bd68e..f3fccc7 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,7 @@ with individual tests runnable with: to run locally, update your '~/.bashrc' file to inclue: # Manually added to get local testing of Python files working easier - export PYTHONPATH=/home/patch/Documents/Research/Python \ No newline at end of file + export PYTHONPATH=/home/patch/Documents/Research/Python + +## Benchmarking +Benchmarks have been written for this library, but are included in the seperate meow_benchmarking package