We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cf8fd commit 0238962Copy full SHA for 0238962
1 file changed
benchmark/common.js
@@ -81,7 +81,7 @@ class Benchmark {
81
if (typeof value === 'number') {
82
if (key === 'dur' || key === 'duration') {
83
value = 0.05;
84
- } else if (key === 'memcost') {
+ } else if (key === 'memory') {
85
// minimum Argon2 memcost with 1 lane is 8
86
value = 8;
87
} else if (value > 1) {
0 commit comments