summaryrefslogtreecommitdiff
path: root/test/git/test_performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_performance.py')
-rw-r--r--test/git/test_performance.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/git/test_performance.py b/test/git/test_performance.py
index 588f1e14..72acfcac 100644
--- a/test/git/test_performance.py
+++ b/test/git/test_performance.py
@@ -13,9 +13,12 @@ class TestPerformance(TestBase):
def _query_commit_info(self, c):
c.author
c.authored_date
+ c.author_tz_offset
c.committer
c.committed_date
+ c.committer_tz_offset
c.message
+ c.parents
def test_iteration(self):
num_objs = 0