alb3rtobr commented on pull request #619:
URL: https://github.com/apache/geode-native/pull/619#issuecomment-647471587


   I run the bechmark test I implemented as:
   
   `$ ./cpp-benchmark --benchmark_filter=PdxTypeBM_createInstance/real_time`
   
   The results in develop branch were:
   
   ```
   -----------------------------------------------------------------------------
   Benchmark                                   Time             CPU   Iterations
   -----------------------------------------------------------------------------
   PdxTypeBM_createInstance/real_time   69900929 ns     55007314 ns            9
   ```
   
   While with the content of this PR the result was 6x faster :
   
   ```
   -----------------------------------------------------------------------------
   Benchmark                                   Time             CPU   Iterations
   -----------------------------------------------------------------------------
   PdxTypeBM_createInstance/real_time   11560270 ns     10884860 ns           50
   
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to