summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/hash-object__write_text_cached_100kb
blob: 6803eeeaef7e342a185d208748725c41440378cb (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash -e

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

gitbench --prepare "sandbox_repo empty_standard_repo &&
                    create_text_file text_100kb 102400" \
         --warmup 5 \
         --chdir "empty_standard_repo" \
         hash-object "../text_100kb"