Skip to content

Commit 5acfc42

Browse files
committed
Update {fmt} to 8.0.0 for benchmarks
1 parent 9585efd commit 5acfc42

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bench/string/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All results below are the median of 1000001 iterations of creating a formatted s
2222
| Formatter | Duration (ns) |
2323
| :-- | --: |
2424
| libfly | 0.665 |
25-
| {fmt} | 0.411 |
25+
| {fmt} | 0.386 |
2626
| std::stringstream | 1.011 |
2727

2828
## Profiles

extern/fmtlib/flags.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CXXFLAGS_$(d) += \
22
-I$(SOURCE_ROOT)/extern/fmtlib/fmt/include \
3-
-DFMT_HEADER_ONLY
3+
-DFMT_HEADER_ONLY \
4+
-Wno-strict-overflow

extern/fmtlib/fmt

Submodule fmt updated 86 files

0 commit comments

Comments
 (0)