Xuanwo commented on code in PR #2979:
URL: 
https://github.com/apache/incubator-opendal/pull/2979#discussion_r1310112835


##########
core/src/types/operator/operator.rs:
##########
@@ -729,7 +729,8 @@ impl Operator {
                     }
 
                     let (_, mut w) = inner.write(&path, args).await?;
-                    w.write(bs).await?;
+                    // FIXME: we should bench here to measure the perf.

Review Comment:
   > Maywe open a new experiment PR to bench it?
   
   Yep, we will raise a new PR to measure and improve it.



-- 
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]

Reply via email to