avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

Improve execution speed #5967

Closed changxuqing closed 2 weeks ago

changxuqing commented 2 weeks ago

The operations of converting characters to ASCII values and generating a list of bits can be combined into one loop, reducing the number of passes.

codeclimate[bot] commented 2 weeks ago

Code Climate has analyzed commit 679d6225 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (99% is the threshold).

This pull request will bring the total coverage in the repository to 40.2% (0.0% change).

View more on Code Climate.

changxuqing commented 2 weeks ago

Hi @richtja , It was resubmitted and passed.