jgoodyear commented on PR #1867:
URL: https://github.com/apache/cxf/pull/1867#issuecomment-2110012690

   End goal was to have similar JAX-WS and JAX-RS performance harness 
co-located for ease of use. 
   
   Having the JAX-RS harness would provide some standardized metric to compare 
runtimes from Version to Version, or between JVM on the same platform:
   
   Example:
   
   Oracle 17, 1 thread, 60 seconds
   MacOS 14.4.1, M2 Max
   ```
   =============Overall Test Result============
   Overall Throughput: get 8855.006501950586 (invocations/sec)
   Overall AVG. response time: 0.11293046479183494 (ms)
   531141.0 (invocations), running 59.982 (sec) 
   ============================================
   ```
   
   IBM Semeru 17, 1 thread, 60 seconds
   MacOS 14.4.1, M2 Max
   ```
   =============Overall Test Result============
   Overall Throughput: get 7387.046735830803 (invocations/sec)
   Overall AVG. response time: 0.13537209601632935 (ms)
   442883.0 (invocations), running 59.954 (sec) 
   ============================================
   ```
   
   We can produce similar comparisons with the JAX-WS harness, wanted to know 
if JAX-RS had similar stats.


-- 
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: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to