Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Multithreaded `is_prime_smaller_test`. * Improved for GitHub Actions runner. * Tests are run on a 4-core machine on GitHub Actions. * There are now 2 long-running tests: `is_prime_small_test` and `sieve_of_atkin_large_test`. * `is_prime_smaller` is removed. * `is_prime_small_test` spawns 3 threads; `sieve_of_atkin_large_test` continues with 1. * This should permit optimum usage of the cores of the GitHub Actions runner. * Fixed expected number of primes in `is_prime_small_test`. * Running time of the tests workflow is down from 8 minutes to 4 minutes.
- Loading branch information