blob: 8a4c5c97b3f86af0f757198fb1d8ec8fd26809bf (
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_1kb 1024" \
--warmup 5 \
--chdir "empty_standard_repo" \
hash-object "../text_1kb"
|