wongoo commented on code in PR #375:
URL: https://github.com/apache/dubbo-go-hessian2/pull/375#discussion_r2029679213


##########
decode_largedata_test.go:
##########
@@ -0,0 +1,93 @@
+package hessian
+
+import (
+       "encoding/json"
+       "fmt"
+       "math/rand"
+       "testing"
+       "time"
+)
+
+func TestDecodeLargeData(t *testing.T) {

Review Comment:
   I think this pr is a general performance improvement , it only needs a 
simple struct decode benchmark to prove 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to