bench: remove 'sort_random_strings'#9030
Conversation
CodSpeed Performance ReportMerging #9030 will improve performances by 4.23%Comparing Summary
Benchmarks breakdown
Footnotes
|
|
GNU testsuite comparison: |
|
@cakebaker this PR removed the generate_random_strings() function from src/uucore/src/lib/features/benchmark.rs on Oct 26. the problem: this function used a deterministic seed ((i * length + j) * 17 + 42) to generate reproducible test data. Removing it eliminated benchmark stability. cascading effect: since Oct 30, unrelated PRs (#9097, #9088, #9094, ..) show false CodSpeed regressions: #9097 (doc-only): -31.87% degradation |
|
@naoNao89 hm, I don't see the connection. |
|
@cakebaker you're right, and I apologize for the confusion. The real issue is that CodSpeed needs to establish a new baseline:
Sorry for the initial misdiagnosis |
too random !