summaryrefslogtreecommitdiff
path: root/internal/benchutil
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-05 23:51:59 +0200
committerPaul Buetow <paul@buetow.org>2026-03-05 23:51:59 +0200
commitf6135befedb7da8603ecff2c59b155effd0183db (patch)
tree47977623358fb92284df68eac518d73f12963fc4 /internal/benchutil
parent581337620db24bc654c5e1c5fb6fb251770aada1 (diff)
Add package-level docs across internal packages
Diffstat (limited to 'internal/benchutil')
-rw-r--r--internal/benchutil/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/benchutil/doc.go b/internal/benchutil/doc.go
new file mode 100644
index 0000000..eec2017
--- /dev/null
+++ b/internal/benchutil/doc.go
@@ -0,0 +1,2 @@
+// Package benchutil provides fixtures and helpers used by benchmark suites.
+package benchutil