Mercurial > hg
changeset 50622:553865308b15 stable
test: make test-contrib-perf.t more robust
Some code path are far too fast now. We raise de number to make sure the run
keep to that floor.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 01 Jun 2023 22:32:21 +0100 |
parents | 164b6c4878b8 |
children | 05d429fe84ed |
files | tests/test-contrib-perf.t |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-contrib-perf.t Wed May 31 22:36:50 2023 +0200 +++ b/tests/test-contrib-perf.t Thu Jun 01 22:32:21 2023 +0100 @@ -298,20 +298,20 @@ Multiple entries - $ hg perfparents --config perf.stub=no --config perf.run-limits='500000-1, 0.000000001-5' - ! wall * comb * user * sys * (best of 5) (glob) + $ hg perfparents --config perf.stub=no --config perf.run-limits='500000-1, 0.000000001-50' + ! wall * comb * user * sys * (best of 50) (glob) error case are ignored - $ hg perfparents --config perf.stub=no --config perf.run-limits='500, 0.000000001-5' + $ hg perfparents --config perf.stub=no --config perf.run-limits='500, 0.000000001-50' malformatted run limit entry, missing "-": 500 - ! wall * comb * user * sys * (best of 5) (glob) - $ hg perfparents --config perf.stub=no --config perf.run-limits='aaa-12, 0.000000001-5' - malformatted run limit entry, could not convert string to float: 'aaa': aaa-12 - ! wall * comb * user * sys * (best of 5) (glob) - $ hg perfparents --config perf.stub=no --config perf.run-limits='12-aaaaaa, 0.000000001-5' - malformatted run limit entry, invalid literal for int() with base 10: 'aaaaaa': 12-aaaaaa - ! wall * comb * user * sys * (best of 5) (glob) + ! wall * comb * user * sys * (best of 50) (glob) + $ hg perfparents --config perf.stub=no --config perf.run-limits='aaa-120, 0.000000001-50' + malformatted run limit entry, could not convert string to float: 'aaa': aaa-120 + ! wall * comb * user * sys * (best of 50) (glob) + $ hg perfparents --config perf.stub=no --config perf.run-limits='120-aaaaaa, 0.000000001-50' + malformatted run limit entry, invalid literal for int() with base 10: 'aaaaaa': 120-aaaaaa + ! wall * comb * user * sys * (best of 50) (glob) test actual output ------------------