Skip to content

Commit 1c709f3

Browse files
author
Shigeki Ohtsu
committed
benchmark: add/remove hash algorithm
add sha1, sha512 algorithm and remove md5 PR-URL: #1325 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent f782824 commit 1c709f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/crypto/hash-stream-throughput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var crypto = require('crypto');
55

66
var bench = common.createBenchmark(main, {
77
writes: [500],
8-
algo: [ 'sha256', 'md5' ],
8+
algo: ['sha1', 'sha256', 'sha512'],
99
type: ['asc', 'utf', 'buf'],
1010
len: [2, 1024, 102400, 1024 * 1024],
1111
api: ['legacy', 'stream']

0 commit comments

Comments
 (0)