Skip to content

Commit b392cbc

Browse files
committed
Rename benches compare_with_cpp_spdlog{,_async} to cmp_cpp{,_async}
1 parent 459c7cd commit b392cbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spdlog/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ name = "spdlog_rs"
110110
path = "benches/spdlog-rs/spdlog_rs.rs"
111111
required-features = ["multi-thread"]
112112
[[bench]]
113-
name = "spdlog_rs_compare_with_cpp_spdlog"
114-
path = "benches/spdlog-rs/compare_with_cpp_spdlog.rs"
113+
name = "spdlog_rs_cmp_cpp"
114+
path = "benches/spdlog-rs/cmp_cpp.rs"
115115
harness = false
116116
[[bench]]
117-
name = "spdlog_rs_compare_with_cpp_spdlog_async"
118-
path = "benches/spdlog-rs/compare_with_cpp_spdlog_async.rs"
117+
name = "spdlog_rs_cmp_cpp_async"
118+
path = "benches/spdlog-rs/cmp_cpp_async.rs"
119119
harness = false
120120
required-features = ["multi-thread"]
121121
[[bench]]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)