summaryrefslogtreecommitdiff
path: root/tests/benchmarks/hash-object__write_text_100kb
blob: fb72c0927453480c6ff247f0b6f8e5c5b9448b17 (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 &&
                    flush_disk_cache" \
         --chdir "empty_standard_repo" \
         hash-object -w "../text_100kb"