tools/bench: disable MD2
MD2 is _far_ too slow (and less prevalent) compared to the other hashes that we test.
This commit is contained in:
parent
4ebb5a9645
commit
777c4ef2d8
@ -65,7 +65,7 @@ main (void)
|
||||
} while (0);
|
||||
|
||||
MAP0 (BENCH_HASH,
|
||||
MD2,
|
||||
//MD2,
|
||||
MD4,
|
||||
MD5,
|
||||
RIPEMD,
|
||||
@ -75,4 +75,4 @@ main (void)
|
||||
blake2,
|
||||
tiger
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user