tests/test-contrib-perf.t
changeset 49876 950c39918bd2
parent 49444 52f31b660d38
child 50458 714b63a707b7
child 50622 553865308b15
equal deleted inserted replaced
49875:a77c1375c316 49876:950c39918bd2
   305 
   305 
   306   $ hg perfparents --config perf.stub=no --config perf.run-limits='500, 0.000000001-5'
   306   $ hg perfparents --config perf.stub=no --config perf.run-limits='500, 0.000000001-5'
   307   malformatted run limit entry, missing "-": 500
   307   malformatted run limit entry, missing "-": 500
   308   ! wall * comb * user * sys * (best of 5) (glob)
   308   ! wall * comb * user * sys * (best of 5) (glob)
   309   $ hg perfparents --config perf.stub=no --config perf.run-limits='aaa-12, 0.000000001-5'
   309   $ hg perfparents --config perf.stub=no --config perf.run-limits='aaa-12, 0.000000001-5'
   310   malformatted run limit entry, could not convert string to float: 'aaa': aaa-12 (py3 !)
   310   malformatted run limit entry, could not convert string to float: 'aaa': aaa-12
   311   ! wall * comb * user * sys * (best of 5) (glob)
   311   ! wall * comb * user * sys * (best of 5) (glob)
   312   $ hg perfparents --config perf.stub=no --config perf.run-limits='12-aaaaaa, 0.000000001-5'
   312   $ hg perfparents --config perf.stub=no --config perf.run-limits='12-aaaaaa, 0.000000001-5'
   313   malformatted run limit entry, invalid literal for int() with base 10: 'aaaaaa': 12-aaaaaa
   313   malformatted run limit entry, invalid literal for int() with base 10: 'aaaaaa': 12-aaaaaa
   314   ! wall * comb * user * sys * (best of 5) (glob)
   314   ! wall * comb * user * sys * (best of 5) (glob)
   315 
   315