mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
12 lines
306 B
Bash
Executable File
12 lines
306 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
. "$(dirname "$0")/benchmark_helpers.sh"
|
|
|
|
needs_admin
|
|
|
|
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"
|