Skip to content

Commit 2b8d70a

Browse files
committed
Improve format
1 parent b6b7d9e commit 2b8d70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- e.g. `"0x00" -> vec![0_u8]`
103103

104104
## Benchmark results
105-
<div align="right"><sub>Tuesday, January 9th, 2024</sub></div>
105+
<div align="right"><sub>Wed, Dec 18th, 2024</sub></div>
106106

107107
```rs
108108
array_bytes::bytes2hex time: [11.175 µs 11.198 µs 11.219 µs]
@@ -112,7 +112,7 @@ faster_hex::hex_encode_fallback
112112
time: [12.055 µs 12.095 µs 12.135 µs]
113113
hex::encode time: [73.787 µs 75.290 µs 76.798 µs]
114114
rustc_hex::to_hex time: [43.948 µs 44.517 µs 45.504 µs]
115-
115+
---
116116
array_bytes::hex2bytes time: [19.294 µs 19.383 µs 19.500 µs]
117117
array_bytes::hex2bytes_unchecked
118118
time: [19.507 µs 19.666 µs 19.850 µs]

0 commit comments

Comments
 (0)