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:
[email protected]