perf: switch benchmarks to factorial(50000)
[poolifier.git] / tests / pools / thread / fixed.test.mjs
index 3e10a92d0be8156f4dfd22289a0d3197a532fb1b..48f19e4d0f3fae3e586242517a172da199675b5b 100644 (file)
@@ -68,7 +68,7 @@ describe('Fixed thread pool test suite', () => {
     let result = await pool.execute({
       function: TaskFunctions.fibonacci
     })
-    expect(result).toBe(75025)
+    expect(result).toBe(354224848179262000000)
     result = await pool.execute({
       function: TaskFunctions.factorial
     })