summaryrefslogtreecommitdiff
path: root/benchmark/buffers/buffer-swap.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/buffers/buffer-swap.js')
-rw-r--r--benchmark/buffers/buffer-swap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/buffers/buffer-swap.js b/benchmark/buffers/buffer-swap.js
index 8f6e1f51d3..a85bcf3230 100644
--- a/benchmark/buffers/buffer-swap.js
+++ b/benchmark/buffers/buffer-swap.js
@@ -4,7 +4,7 @@ const common = require('../common.js');
const bench = common.createBenchmark(main, {
aligned: ['true', 'false'],
- method: ['swap16', 'swap32', 'swap64'/*, 'htons', 'htonl', 'htonll'*/],
+ method: ['swap16', 'swap32', 'swap64'/* , 'htons', 'htonl', 'htonll' */],
len: [8, 64, 128, 256, 512, 768, 1024, 1536, 2056, 4096, 8192],
n: [5e7]
});