docs: add tinypool to external pools benchmark
[poolifier.git] / benchmarks / versus-external-pools / workers / tinypool / function-to-bench-worker.js
diff --git a/benchmarks/versus-external-pools/workers/tinypool/function-to-bench-worker.js b/benchmarks/versus-external-pools/workers/tinypool/function-to-bench-worker.js
new file mode 100644 (file)
index 0000000..9fa8b47
--- /dev/null
@@ -0,0 +1,3 @@
+'use strict'
+const functionToBench = require('../../functions/function-to-bench')
+module.exports = functionToBench