mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
If we pass rayon 0 workers it still spawns 1, so both 1 and 2 threads were actually spawning one thread each. Let's remove the off-by-one so 1 and 2 cores should show a significant difference.