diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-20 22:38:05 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-20 22:38:05 +0100 |
commit | 22a88a7ec38e29827264f558f0c1691b99102e23 (patch) | |
tree | 118fcb343c9ebedf08f40cfd6b0bf396799b526b | |
parent | 517ae56f517f5e7253f878dd1dc3c7c49f53df1a (diff) | |
download | gitpython-22a88a7ec38e29827264f558f0c1691b99102e23.tar.gz |
fixed performance tests ... again, previously I was just working on an incorrect repository
-rw-r--r-- | test/git/performance/lib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/git/performance/lib.py b/test/git/performance/lib.py index 76e574e6..4ac1f1da 100644 --- a/test/git/performance/lib.py +++ b/test/git/performance/lib.py @@ -46,8 +46,8 @@ class TestBigRepoR(TestBase): """ #{ Invariants - head_sha_2k = 'd9671e15703918048982c9ff4e2e0fef21ede320' - head_sha_50 = 'ef9395f5ffe75f4e43d80cd1fa7b34c8a4db66fe' + head_sha_2k = '235d521da60e4699e5bd59ac658b5b48bd76ddca' + head_sha_50 = '32347c375250fd470973a5d76185cac718955fd5' #} END invariants @classmethod |