mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
10 lines
197 B
Bash
Executable File
10 lines
197 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
. "$(dirname "$0")/benchmark_helpers.sh"
|
|
|
|
needs_admin
|
|
|
|
gitbench --prepare "create_text_file text_1kb 1024 &&
|
|
flush_disk_cache" \
|
|
hash-object "text_1kb"
|