comparison contrib/revsetbenchmarks.py @ 25536:f3f1b4b86b35

revsetbenchmarks: drop outdated comment We are no longer testing against system mercurial for quite some time.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 09 Jun 2015 18:32:47 -0700
parents 6d1e456645c9
children c1e24e1fd45f
comparison
equal deleted inserted replaced
25535:6d1e456645c9 25536:f3f1b4b86b35
5 # revset in the list to benchmark its performance. 5 # revset in the list to benchmark its performance.
6 # 6 #
7 # You should run this from the root of your mercurial repository. 7 # You should run this from the root of your mercurial repository.
8 # 8 #
9 # call with --help for details 9 # call with --help for details
10 #
11 # This script also does one run of the current version of mercurial installed
12 # to compare performance.
13 10
14 import sys 11 import sys
15 import os 12 import os
16 import re 13 import re
17 from subprocess import check_call, Popen, CalledProcessError, STDOUT, PIPE 14 from subprocess import check_call, Popen, CalledProcessError, STDOUT, PIPE