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

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

gitbench --prepare "create_text_file text_100kb 102400" \
         --warmup 5 \
         hash-object "text_100kb"