From 8d0aa1ef19e2c3babee458bd4504820f415148e0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 20 Nov 2010 17:51:25 +0100 Subject: Fixed performance tests which broke in the meanwhile - they definitely don't run often enough, which is because they intentionally don't have a package initialization file --- test/git/performance/lib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/git/performance/lib.py') diff --git a/test/git/performance/lib.py b/test/git/performance/lib.py index 4ac1f1da..76e574e6 100644 --- a/test/git/performance/lib.py +++ b/test/git/performance/lib.py @@ -46,8 +46,8 @@ class TestBigRepoR(TestBase): """ #{ Invariants - head_sha_2k = '235d521da60e4699e5bd59ac658b5b48bd76ddca' - head_sha_50 = '32347c375250fd470973a5d76185cac718955fd5' + head_sha_2k = 'd9671e15703918048982c9ff4e2e0fef21ede320' + head_sha_50 = 'ef9395f5ffe75f4e43d80cd1fa7b34c8a4db66fe' #} END invariants @classmethod -- cgit v1.2.1