contrib/revsetbenchmarks.py
changeset 25536 f3f1b4b86b35
parent 25535 6d1e456645c9
child 25537 c1e24e1fd45f
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