leixm commented on issue #133:
URL: 
https://github.com/apache/incubator-uniffle/issues/133#issuecomment-1336728787

   I think we can evaluate whether the performance has improved in two parts. 
The first part is GC time, which is relatively simple. You can evaluate it by 
viewing the process through the running time of the app and jstat. The second 
part is whether serialization/deserialization has improved , this is more 
complicated. At present, what I think of is to evaluate through transportTime, 
which includes the serialization/deserialization time of the client, the 
network transmission time, and the serialization/deserialization time of 
ShuffleServer


-- 
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: dev-unsubscr...@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to