Xuanwo commented on code in PR #4993:
URL: https://github.com/apache/opendal/pull/4993#discussion_r1809799362
##########
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:
> Maybe we could use a compile feature gate to enable it only on the ci?
Hi, this doesn't improve the situation.
I expect a single workflow to handle all these tasks so that we can remove,
switch, or disable it as needed without modifying the code. From my
perspective, this is crucial in helping to reduce our maintenance burden.
--
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]