summaryrefslogtreecommitdiff
path: root/tests/benchmarks/hash-object__text_cached_1kb
blob: 44c06ead7a33f6cfa3608be2b7022975cc939101 (plain)
1
2
3
4
5
6
7
#!/bin/bash -e

. "$(dirname "$0")/benchmark_helpers.sh"

gitbench --prepare "create_text_file text_1kb 1024" \
         --warmup 5 \
         hash-object "text_1kb"