Computer Science/JAVA

JVM Benchmark Applications

해피단무지 2018. 7. 27. 22:15


NoBenchmarkMetric설명Site관련도
1SPECjvm2008throughput in operations per minute (ops/m)
  • Java version 제약 있을수도 있음
    • You may try to run with JDK-8 or later, but no warranty is made
  • Working within a single JVM instance
https://stackoverflow.com/questions/2386873/jvm-benchmarking-application
2JMH메소드별 수행시간
  • OpenJDK 에서 만든 micro benchmark 모듈
  • 간단한 코드로 여러가지 부하 테스팅 가능

사용법: http://tutorials.jenkov.com/java-performance/jmh.html#building-your-jmh-benchmark

http://repilria.tistory.com/313


3JUnit
  • 단위테스트 용도
http://repilria.tistory.com/313
4

ev3dev-lang-java/jvm-benchmark






'Computer Science > JAVA' 카테고리의 다른 글

Maven 이란? (Apache Maven)  (0) 2018.08.03
JVM Warming Up(Warmup)  (0) 2018.07.27