diff --git a/benchmark/buffers/buffer-creation.js b/benchmark/buffers/buffer-creation.js index 9612c6e9008983..9eb3511d39752b 100644 --- a/benchmark/buffers/buffer-creation.js +++ b/benchmark/buffers/buffer-creation.js @@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, { 'fast-allocUnsafe', 'slow-allocUnsafe', ], - len: [10, 1024, 4096, 8192], + len: [10, 1024, 4096, 8192, 10 * 1024, 51 * 1024, 102 * 1024, 204 * 1024], n: [6e5], });