Show More
@@ -298,20 +298,20 b' Simple single entry' | |||||
298 |
|
298 | |||
299 | Multiple entries |
|
299 | Multiple entries | |
300 |
|
300 | |||
301 | $ hg perfparents --config perf.stub=no --config perf.run-limits='500000-1, 0.000000001-5' |
|
301 | $ hg perfparents --config perf.stub=no --config perf.run-limits='500000-1, 0.000000001-50' | |
302 | ! wall * comb * user * sys * (best of 5) (glob) |
|
302 | ! wall * comb * user * sys * (best of 50) (glob) | |
303 |
|
303 | |||
304 | error case are ignored |
|
304 | error case are ignored | |
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-50' | |
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 50) (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-120, 0.000000001-50' | |
310 | malformatted run limit entry, could not convert string to float: 'aaa': aaa-12 |
|
310 | malformatted run limit entry, could not convert string to float: 'aaa': aaa-120 | |
311 | ! wall * comb * user * sys * (best of 5) (glob) |
|
311 | ! wall * comb * user * sys * (best of 50) (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='120-aaaaaa, 0.000000001-50' | |
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': 120-aaaaaa | |
314 | ! wall * comb * user * sys * (best of 5) (glob) |
|
314 | ! wall * comb * user * sys * (best of 50) (glob) | |
315 |
|
315 | |||
316 | test actual output |
|
316 | test actual output | |
317 | ------------------ |
|
317 | ------------------ |
General Comments 0
You need to be logged in to leave comments.
Login now