perf: switch benchmarks to factorial(50000)
[poolifier.git] / tests / pools / thread / dynamic.test.mjs
index 6f563f520989246cdd17198518e178dec1052384..6cefa0aad2486726fa7e25e9093aa200c7bc7f97 100644 (file)
@@ -24,7 +24,7 @@ describe('Dynamic 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
     })