##// END OF EJS Templates
test-sparse-revlog: add common-pattern rule for the timing...
marmoute -
r53331:c21c9ec3 default
parent child Browse files
Show More
@@ -123,6 +123,15 substitutions = [
123 123 br'\belapsed time: \d+.\d{6} seconds\b',
124 124 br'elapsed time: *.?????? seconds (glob)',
125 125 ),
126 # delta find debug time
127 (
128 br'(DBG-DELTAS: .* - )duration=\d+\.\d{6}\b',
129 lambda m: br'%sduration=*.?????? (glob)' % m.group(1),
130 ),
131 (
132 br'DBG-DELTAS-SEARCH: delta-search-time=\d+.\d{6}',
133 br'DBG-DELTAS-SEARCH: delta-search-time=* (glob)',
134 ),
126 135 ]
127 136
128 137 # Various platform error strings, keyed on a common replacement string
General Comments 0
You need to be logged in to leave comments. Login now