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

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

gitbench --prepare "create_text_file text_10mb 10485760" \
         --warmup 5 \
         hash-object "text_10mb"