You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/03/31 21:18:51 UTC

[GitHub] [bookkeeper] pkumar-singh opened a new pull request #2673: ISSUE-2640: BP-43 Build microbenchmark with gradle and run microbench…

pkumar-singh opened a new pull request #2673:
URL: https://github.com/apache/bookkeeper/pull/2673


   Descriptions of the changes in this PR:
   
   ### Motivation
   
   **Migrate bookkeeper to gradle.**
   Build and run microbenchmark with gradle
   `./gradlew :microbenchmarks:build 
   `
   
   Run microbenchmark
   
   ```
   ./microbenchmarks/run_with_gradle.sh       
                                                 
   # JMH version: 1.19
   # VM version: JDK 1.8.0_272, VM 25.272-b10
   # VM invoker: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/bin/java
   # VM options: -Xms1G -Xmx1G -Djdk.nio.maxCachedBufferSize=0 -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -XX:-MaxFDLimit -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:+ResizeTLAB -XX:-ResizePLAB -XX:MetaspaceSize=128m -XX:MinMetaspaceFreeRatio=50 -XX:MaxMetaspaceFreeRatio=80 -XX:+ParallelRefProcEnabled -XX:StackShadowPages=20 -XX:+UseCompressedOops -XX:+DisableExplicitGC -XX:StringTableSize=1000003 -XX:InitiatingHeapOccupancyPercent=40
   # Warmup: 1 iterations, 10 s each
   # Measurement: 3 iterations, 10 s each
   # Timeout: 10 min per iteration
   # Threads: 16 threads, will synchronize iterations
   # Benchmark mode: Throughput, ops/time
   # Benchmark: org.apache.bookkeeper.common.OrderedExecutorBenchmark.submitAndWait
   # Parameters: (executorName = JDK-ThreadPool)
   
   # Run progress: 0.00% complete, ETA 03:44:44
   # Fork: 1 of 1
   # Warmup Iteration   1: 
   
   ```
   ### Changes
   
   Building microbenchmark 
   Master Issue: #2640
   


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



[GitHub] [bookkeeper] merlimat merged pull request #2673: ISSUE-2640: BP-43 Build microbenchmark with gradle and run microbench…

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #2673:
URL: https://github.com/apache/bookkeeper/pull/2673


   


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