]> git.proxmox.com Git - libgit2.git/blame - tests/benchmarks/hash-object__text_cached_1kb
Merge https://salsa.debian.org/debian/libgit2 into proxmox/bullseye
[libgit2.git] / tests / benchmarks / hash-object__text_cached_1kb
CommitLineData
ad5611d8
TR
1#!/bin/bash -e
2
3. "$(dirname "$0")/benchmark_helpers.sh"
4
5gitbench --prepare "create_text_file text_1kb 1024" \
6 --warmup 5 \
7 hash-object "text_1kb"