Skip to content

Commit 22a88a7

Browse files
committed
fixed performance tests ... again, previously I was just working on an incorrect repository
1 parent 517ae56 commit 22a88a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/git/performance/lib.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ class TestBigRepoR(TestBase):
4646
"""
4747

4848
#{ Invariants
49-
head_sha_2k = 'd9671e15703918048982c9ff4e2e0fef21ede320'
50-
head_sha_50 = 'ef9395f5ffe75f4e43d80cd1fa7b34c8a4db66fe'
49+
head_sha_2k = '235d521da60e4699e5bd59ac658b5b48bd76ddca'
50+
head_sha_50 = '32347c375250fd470973a5d76185cac718955fd5'
5151
#} END invariants
5252

5353
@classmethod

0 commit comments

Comments
 (0)