We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compare_with_cpp_spdlog{,_async}
cmp_cpp{,_async}
1 parent 459c7cd commit b392cbcCopy full SHA for b392cbc
spdlog/Cargo.toml
@@ -110,12 +110,12 @@ name = "spdlog_rs"
110
path = "benches/spdlog-rs/spdlog_rs.rs"
111
required-features = ["multi-thread"]
112
[[bench]]
113
-name = "spdlog_rs_compare_with_cpp_spdlog"
114
-path = "benches/spdlog-rs/compare_with_cpp_spdlog.rs"
+name = "spdlog_rs_cmp_cpp"
+path = "benches/spdlog-rs/cmp_cpp.rs"
115
harness = false
116
117
-name = "spdlog_rs_compare_with_cpp_spdlog_async"
118
-path = "benches/spdlog-rs/compare_with_cpp_spdlog_async.rs"
+name = "spdlog_rs_cmp_cpp_async"
+path = "benches/spdlog-rs/cmp_cpp_async.rs"
119
120
121
…hes/spdlog-rs/compare_with_cpp_spdlog.rs spdlog/benches/spdlog-rs/cmp_cpp.rsspdlog/benches/spdlog-rs/compare_with_cpp_spdlog.rs renamed to spdlog/benches/spdlog-rs/cmp_cpp.rs
…dlog-rs/compare_with_cpp_spdlog_async.rs spdlog/benches/spdlog-rs/cmp_cpp_async.rsspdlog/benches/spdlog-rs/compare_with_cpp_spdlog_async.rs renamed to spdlog/benches/spdlog-rs/cmp_cpp_async.rs
0 commit comments