dqhl76 commented on code in PR #4993:
URL: https://github.com/apache/opendal/pull/4993#discussion_r1809782461
##########
core/Cargo.toml:
##########
@@ -380,6 +380,7 @@ probe = { version = "0.5.1", optional = true }
getrandom = { version = "0.2", features = ["js"] }
[dev-dependencies]
+codspeed-criterion-compat = { version = "2.6.0", features = ["async",
"async_tokio"] }
Review Comment:
I didn't find the way in codspeed document that could not rely on
`codspeed`'s crate to implement that. Maybe we could use a compile feature gate
to enable it only on the ci? /cc @adriencaccia Do you have any suggestion about
that?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]