comparison contrib/perf-utils/compare-discovery-case @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
203 out, err = s.communicate() 203 out, err = s.communicate()
204 return json.loads(out)[0] 204 return json.loads(out)[0]
205 205
206 206
207 if __name__ == '__main__': 207 if __name__ == '__main__':
208
208 argv = sys.argv[:] 209 argv = sys.argv[:]
209 210
210 kwargs = {} 211 kwargs = {}
211 # primitive arg parsing 212 # primitive arg parsing
212 if '--no-header' in argv: 213 if '--no-header' in argv: