chore: v2.6.14
[poolifier.git] / benchmarks / versus-external-pools / functions / function-to-bench.js
index 74a07d1ef1ac4f410e8fada4679f1ed64d3bcac1..6a05cb629ad7bdcc816d393215bb6ae5d80a48d5 100644 (file)
@@ -1,3 +1,4 @@
+'use strict'
 /**
  * The worker function to execute during pools benchmarks.
  * NOTE: This function requires to be self-contained, thread-safe and re-entrant.