From f4fc2b5d10c5bfab6d037e7c9c944d2277f70c58 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sun, 7 Apr 2024 18:24:03 -0700 Subject: Add benchmarking scripts These scripts were originally written by horrors, and have since been hacked up a lot by jade. We are putting them up as a CL since it is better to have checked in benchmarking scripts than to not have benchmarking scripts. cc: https://git.lix.systems/lix-project/lix/issues/23 Co-authored-by: eldritch horrors Change-Id: I95c2f9d24753ac468944c5781deec9508fd5cb8c --- bench/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bench/.gitignore (limited to 'bench/.gitignore') diff --git a/bench/.gitignore b/bench/.gitignore new file mode 100644 index 000000000..8115aa6f2 --- /dev/null +++ b/bench/.gitignore @@ -0,0 +1,3 @@ +bench-*.json +bench-*.md +nixpkgs -- cgit v1.2.3