benchmarks: prepare args outside benchmark#10388
benchmarks: prepare args outside benchmark#10388xtqqczze wants to merge 1 commit intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
Merging this PR will degrade performance by 14.62%
Performance Changes
Comparing Footnotes
|
|
@sylvestre Please could you confirm whether these changes are viable to apply in full? |
|
i guess ? :) |
|
Need to refactor to handle the following case: coreutils/src/uu/cp/benches/cp_bench.rs Lines 27 to 33 in 456252f |
75ad901 to
1936e7b
Compare
|
Should we wait working about #10486 until your PR was merged? |
|
GNU testsuite comparison: |
|
is this able to merge? |
I couldn't work out how to handle all the cases, such as #10388 (comment) |
|
How about splitting this PR? |
bf8fbe3 to
b2aedf9
Compare
|
GNU testsuite comparison: |
This comment was marked as outdated.
This comment was marked as outdated.
|
Any progress about this? |
b2aedf9 to
ae7ca7b
Compare
|
GNU testsuite comparison: |
ae7ca7b to
8b71b7f
Compare
|
GNU testsuite comparison: |
8b71b7f to
2ba6b6a
Compare
|
GNU testsuite comparison: |
Currently, we construct
uucore::Argswithin the measured section of benchmarks. That adds allocation and conversion overhead and will skew the results.