63
63
def encode_cached_multi(self, revision_list, count):
64
64
"""Encode each entry in the list count times"""
67
67
for revision_id in revision_list:
70
70
def test_encode_1_by_1M_ascii(self):
71
71
"""Test encoding a single revision id 1 million times."""