summaryrefslogtreecommitdiff
path: root/benchmark/buffers/buffer-read.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/buffers/buffer-read.js')
-rw-r--r--benchmark/buffers/buffer-read.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/buffers/buffer-read.js b/benchmark/buffers/buffer-read.js
index 38a9a847b3..06e2c6c70e 100644
--- a/benchmark/buffers/buffer-read.js
+++ b/benchmark/buffers/buffer-read.js
@@ -2,6 +2,10 @@
const common = require('../common.js');
const types = [
+ 'BigUInt64LE',
+ 'BigUInt64BE',
+ 'BigInt64LE',
+ 'BigInt64BE',
'UInt8',
'UInt16LE',
'UInt16BE',