Skip to content
Snippets Groups Projects
Commit e4ef16a5 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Add git-index-pack stress test

parent 922ba261
No related branches found
No related tags found
No related merge requests found
Pipeline #
tmp/
Makefile 0 → 100644
test: tmp/linux.pack tmp/test-repo.git
cat tmp/linux.pack | (cd tmp/test-repo.git && time git index-pack --stdin)
tmp/linux.pack: tmp
curl https://s3.amazonaws.com/gitlab-internal-file-hosting/test-data/pack-78486715cddada143192c51c8e82ea14369b91df.pack > $@
tmp/test-repo.git:
git init --bare $@
tmp:
mkdir tmp
Loading
Loading
@@ -3,5 +3,5 @@
Usage:
 
```
time ./index-pack-test
make test
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment