Skip to content

Commit 8e42821

Browse files
committed
sort better
1 parent b6b083e commit 8e42821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ add_benchmark(find_and_count src/find_and_count.cpp)
111111
add_benchmark(find_first_of src/find_first_of.cpp)
112112
add_benchmark(has_single_bit src/has_single_bit.cpp)
113113
add_benchmark(includes src/includes.cpp)
114-
add_benchmark(iota src/iota.cpp)
115114
add_benchmark(integer_to_string src/integer_to_string.cpp)
115+
add_benchmark(iota src/iota.cpp)
116116
add_benchmark(is_sorted_until src/is_sorted_until.cpp)
117117
add_benchmark(locale_classic src/locale_classic.cpp)
118118
add_benchmark(locate_zone src/locate_zone.cpp)

0 commit comments

Comments
 (0)