LiangliangSui commented on code in PR #2944:
URL: https://github.com/apache/fory/pull/2944#discussion_r2570750075


##########
benchmarks/cpp_benchmark/benchmark.cc:
##########
@@ -211,23 +237,69 @@ static void BM_Fory_Struct_Serialize(benchmark::State 
&state) {
 }
 BENCHMARK(BM_Fory_Struct_Serialize);
 
+// Fory with reused buffer (fair comparison with protobuf which reuses string)

Review Comment:
   Is there a unified way of marking the comments here? Some function body 
comments use //, while others use ///



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