Skip to content

Commit 1c93d45

Browse files
committed
update doc
1 parent 8ff988e commit 1c93d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ default-features = false
129129

130130
## Benchmark
131131

132-
Using static mechanisms makes your program faster. See my benchmark result below (Intel i7-6700HQ, ran on 2018/11/14):
132+
Using static mechanisms makes your program faster. See my benchmark result below (Intel i7-6700HQ, ran on 2019/07/16):
133133

134134
```text
135135
test include_array_lazy_static ... bench: 43 ns/iter (+/- 3)

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ default-features = false
126126
127127
## Benchmark
128128
129-
Using static mechanisms makes your program faster. See my benchmark result below (Intel i7-6700HQ, ran on 2018/11/14):
129+
Using static mechanisms makes your program faster. See my benchmark result below (Intel i7-6700HQ, ran on 2019/07/16):
130130
131131
```text
132132
test include_array_lazy_static ... bench: 43 ns/iter (+/- 3)

0 commit comments

Comments
 (0)