aboutsummaryrefslogtreecommitdiff
path: root/benchmark/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/.gitignore')
-rw-r--r--benchmark/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/.gitignore b/benchmark/.gitignore
new file mode 100644
index 0000000..ed6d513
--- /dev/null
+++ b/benchmark/.gitignore
@@ -0,0 +1,3 @@
+# artifacts from running e.g. `go test -bench . -benchmem -memprofile mem.out`
+/benchmark.test
+/*.out