summaryrefslogtreecommitdiff
path: root/benchmark/buffers/buffer-read-with-byteLength.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/buffers/buffer-read-with-byteLength.js')
-rw-r--r--benchmark/buffers/buffer-read-with-byteLength.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmark/buffers/buffer-read-with-byteLength.js b/benchmark/buffers/buffer-read-with-byteLength.js
index 013947da9d..2a659c1bec 100644
--- a/benchmark/buffers/buffer-read-with-byteLength.js
+++ b/benchmark/buffers/buffer-read-with-byteLength.js
@@ -2,8 +2,10 @@
const common = require('../common.js');
const types = [
- 'IntLE',
'IntBE',
+ 'IntLE',
+ 'UIntBE',
+ 'UIntLE'
];
const bench = common.createBenchmark(main, {