benchmark: add rsa/aes-gcm performance test
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Thu, 2 Apr 2015 04:30:35 +0000 (13:30 +0900)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Sat, 4 Apr 2015 03:37:26 +0000 (12:37 +0900)
commit3a69b7689bdcbb5602bd0f8083c403eb77cc0db0
tree8904a3b382eda860e6295e7d887e086e6159ea82
parent1c709f3aa98954b6462bd7feee1f87c1bc94ba67
benchmark: add rsa/aes-gcm performance test

PR-URL: https://github.com/iojs/io.js/pull/1325
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
benchmark/crypto/aes-gcm-throughput.js [new file with mode: 0644]
benchmark/crypto/rsa-encrypt-decrypt-throughput.js [new file with mode: 0644]
benchmark/crypto/rsa-sign-verify-throughput.js [new file with mode: 0644]
test/fixtures/keys/Makefile
test/fixtures/keys/rsa_private_1024.pem [new file with mode: 0644]
test/fixtures/keys/rsa_private_2048.pem [new file with mode: 0644]
test/fixtures/keys/rsa_private_4096.pem [new file with mode: 0644]
test/fixtures/keys/rsa_public_1024.pem [new file with mode: 0644]
test/fixtures/keys/rsa_public_2048.pem [new file with mode: 0644]
test/fixtures/keys/rsa_public_4096.pem [new file with mode: 0644]