diff options
Diffstat (limited to 'benchmark/crypto/rsa-encrypt-decrypt-throughput.js')
-rw-r--r-- | benchmark/crypto/rsa-encrypt-decrypt-throughput.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/crypto/rsa-encrypt-decrypt-throughput.js b/benchmark/crypto/rsa-encrypt-decrypt-throughput.js index 1cd7a5e632..86d3de4600 100644 --- a/benchmark/crypto/rsa-encrypt-decrypt-throughput.js +++ b/benchmark/crypto/rsa-encrypt-decrypt-throughput.js @@ -1,3 +1,4 @@ +'use strict'; // throughput benchmark in signing and verifying var common = require('../common.js'); var crypto = require('crypto'); |