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

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

gitbench --prepare "create_text_file text_1kb 1024 &&
                    flush_disk_cache" \
         hash-object "text_1kb"