diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-09-29 14:13:06 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 10:53:24 -0400 |
commit | fd2a86bb93f42a2c64b202f959dd5c8cbb724c69 (patch) | |
tree | 737b41a36029660b464995ee4a22a00fce690899 /bench/.gitignore | |
parent | 28f519d9650004787be480f15e990f835d324d7f (diff) | |
download | bfs-fd2a86bb93f42a2c64b202f959dd5c8cbb724c69.tar.xz |
bench: Add benchmarking script
Diffstat (limited to 'bench/.gitignore')
-rw-r--r-- | bench/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bench/.gitignore b/bench/.gitignore new file mode 100644 index 0000000..170d850 --- /dev/null +++ b/bench/.gitignore @@ -0,0 +1,3 @@ +/corpus/ +/results/ +/worktree/ |