Update benchmark

This commit is contained in:
Vincent Prouillet 2015-12-22 17:10:33 +00:00
parent 0ea17b5bd9
commit 4163dc0441
1 changed files with 2 additions and 2 deletions

View File

@ -62,6 +62,6 @@ Right now, only SHA family is supported: SHA256, SHA384 and SHA512.
On my thinkpad 440s for a 2 claims struct using SHA256:
```
test bench_decode ... bench: 2,537 ns/iter (+/- 813)
test bench_encode ... bench: 2,847 ns/iter (+/- 131)
test bench_decode ... bench: 7,259 ns/iter (+/- 1,506)
test bench_encode ... bench: 4,261 ns/iter (+/- 722)
```