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

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

gitbench --prepare "create_text_file text_100kb 102400 &&
                    flush_disk_cache" \
         hash-object "text_100kb"