Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.02 KB

Usage of JMeter Test in Terminal

./jmeter -n -t [Path of test_plan_of_MilkTeaMooc.jmx File] -l [Path to save the Result.jtl File] -e -o [Directory Path to save the Result Webpage]

Load Test Example

THE EXAMPLE ONLY TEST /api/v1/pub/video/list_banner INTERFACE

Test Machine

CPU Memory Disk
Intel Xeon (Cascade Lake) Platinum 8269
3.1 GHz/3.5 GHz
16 GiB Aliyun ESSD 40 GiB

Test Result without using Cache

jmeter_load_test_without_cache

Test Result with Mybatis Second Level Cache

jmeter_load_test_with_mybatis_cache

Test Result with Guava Cache

jmeter_load_test_with_guava_cache

Summary

No Cache MyBatis Second Level Cache Guava Cache
6304.24
Transactions/s
14545.10
Transactions/s
15479.08
Transactions/s