summaryrefslogtreecommitdiff
path: root/tests/benchmarks/hash-object__text_cached_1kb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/hash-object__text_cached_1kb')
-rwxr-xr-xtests/benchmarks/hash-object__text_cached_1kb7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/benchmarks/hash-object__text_cached_1kb b/tests/benchmarks/hash-object__text_cached_1kb
new file mode 100755
index 000000000..44c06ead7
--- /dev/null
+++ b/tests/benchmarks/hash-object__text_cached_1kb
@@ -0,0 +1,7 @@
+#!/bin/bash -e
+
+. "$(dirname "$0")/benchmark_helpers.sh"
+
+gitbench --prepare "create_text_file text_1kb 1024" \
+ --warmup 5 \
+ hash-object "text_1kb"