Commit 3b9460d
committed
fix: resolve SHAKE algorithm benchmark limitations
- Discovered fundamental issue: SHAKE algorithms require --length parameter
- But cksum implementation only supports --length with blake2b, sha2, sha3
- This creates unresolvable conflict for SHAKE benchmarking
- Removed SHAKE algorithms from benchmarks entirely
- All remaining benchmarks now measure meaningful algorithm performance (ms)
- Addresses reviewer feedback about benchmarks running too fast1 parent be72dcb commit 3b9460d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
0 commit comments