summaryrefslogtreecommitdiff
path: root/tests/benchmarks/hash-object__write_text_10mb
blob: 9da091986fd3a5f611a97f0cabf0e0453ba17c87 (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_10mb 10485760 &&
                    flush_disk_cache" \
         --chdir "empty_standard_repo" \
         hash-object "../text_10mb"