-
Hi there,
since I've a lot of processing-cores I thought perhaps one could use djvubind a little bit more parallel.
So I started trying to parallelize externally with gnu parallels. I think my results…
-
**Description**
We could change our own config to run unit tests in parallel in multiple threads. This way we will see if any problems pop up when tests are run in parallel.
pihme updated
5 months ago
-
Scalatest can run suites and individual tests in multiple threads.
Is it possible to achieve that using this integration?
-
Things I couldn't figure out by reading and :
- Can any STA test run in parallel with any other STA test, and does this happen by default?
- Can any STA test run in parallel with any MTA test, an…
-
Generated `throughput` tests are generating `streams` parameters when they should be generating `parallel` instead.
-
The upcoming `Gc` test in #469 has surfaced a macOS segfault while running `STM Gc stress test parallel`.
This first happened on 5.3.0+trunk:
https://github.com/ocaml-multicore/multicoretests/acti…
-
This ticket is meant to track down flakes and errors that happen in Make CI (currently enabled in `main` and pull requests.
OTP-27 bugs
--------
* [x] `inetrc` Kernel parameter doesn't accept …
-
When running unit tests in parallel using maxParallelForks, tests are allocated to forks statically, using a round-robin algorithm, on startup. This means that there is a chance that all your slow tes…
-
**Bounty description**
Implement and optimize the use of the `mocha --parallel` flag to improve test execution times in the Extractor repository. Initial impressions suggest a 30-40% improvement in…
-
Loving the tool! The only thing I want for is to be able to run them in parallel.
You mention in the README that `rspec_n` can run tests in parallel by using the -c option without showing an exampl…