Skip to content

Commit 1d7339d

Browse files
committed
fix bench results formating
1 parent abfdf70 commit 1d7339d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Benchmarks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ As usual for microbenchmarks, take them with a grain of salt.
224224
### MSVC 19.42.34436.0 `/d2Obforceinline /RTC1`
225225

226226
> Note: NOT `/Od` since it even disables /d2Obforceinline... You should probably be using at least /O1 anyway.
227+
227228
| complexityN | ns/op | op/s | err% | total | Vector of uint64_t
228229
|------------:|--------------------:|--------------------:|--------:|----------:|:-------------------
229230
| 1,000 | 55,695.84 | 17,954.66 | 0.3% | 1.21 | `std::vector.push_back`
@@ -281,6 +282,7 @@ As usual for microbenchmarks, take them with a grain of salt.
281282
| 1,000 | 49,608.16 | 20,157.97 | 0.2% | 1.22 | `guardedvector.push_back`
282283

283284
### Clang 14.0.6 WSL `-g -Og`
285+
284286
| complexityN | ns/op | op/s | err% | total | Vector of uint64_t
285287
|------------:|--------------------:|--------------------:|--------:|----------:|:-------------------
286288
| 1,000 | 1,370.84 | 729,480.18 | 0.1% | 1.21 | `std::vector.push_back`

0 commit comments

Comments
 (0)