You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/12 14:23:42 UTC

[GitHub] [arrow] kiszk commented on pull request #8210: ARROW-10031: [CI][Java] Support Java benchmark in Archery

kiszk commented on pull request #8210:
URL: https://github.com/apache/arrow/pull/8210#issuecomment-817856268


   
   Here is an example.
   
   ```
   % archery benchmark diff --language=java --benchmark-filter="setWith"  HEAD HEAD~1
   ...
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   Non-regressions: (2)
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                   benchmark            baseline           contender  change %                                                                                                                                                                                                     configurations
    org.apache.arrow.vector.IntBenchmarks.setWithValueHolder  165.925K items/sec  165.898K items/sec    -0.016  {'mode': 'avgt', 'threads': 1, 'warmups': 5, 'warmupTime': '10 s', 'measurements': 1, 'measurementTime': '10 s', 'jvmArgs': ['-Darrow.enable_null_check_for_get=false -Darrow.enable_unsafe_memory_access=true']}
         org.apache.arrow.vector.IntBenchmarks.setWithWriter  222.780K items/sec  221.768K items/sec    -0.454  {'mode': 'avgt', 'threads': 1, 'warmups': 5, 'warmupTime': '10 s', 'measurements': 1, 'measurementTime': '10 s', 'jvmArgs': ['-Darrow.enable_null_check_for_get=false -Darrow.enable_unsafe_memory_access=true']}
   ```


-- 
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:
users@infra.apache.org