- Mastering High Performance with Kotlin
- Igor Kucherenko
- 124字
- 2021-06-25 20:55:27
Types of performance testing
The most common performance problems revolve around response time, speed, load time, and scalability. These issues impact the most important attribute of an application: speed. Therefore, the main purpose of performance testing is to make sure that your application runs fast enough to keep a user's attention. There are a lot of different types of performance testing, for instance:
- Benchmark testing (we're already familiar with this)
- Load testing, which determines how an application works under anticipated user loads
- Volume testing, which tests what happens when a large amount of data populates a database
- Scalability testing, which determines how an application invokes functions with a large number of users
- Stress testing, which involves testing an application under extreme workloads
推薦閱讀
- OpenCV實(shí)例精解
- Python從小白到大牛
- Java程序設(shè)計(jì)與計(jì)算思維
- SQL語言從入門到精通
- Production Ready OpenStack:Recipes for Successful Environments
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- .NET 3.5編程
- OpenGL Data Visualization Cookbook
- Clojure High Performance Programming(Second Edition)
- Python編程基礎(chǔ)教程
- 零基礎(chǔ)學(xué)Java(第5版)
- 3ds Max瘋狂設(shè)計(jì)學(xué)院
- Python大數(shù)據(jù)與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- MongoDB進(jìn)階與實(shí)戰(zhàn):微服務(wù)整合、性能優(yōu)化、架構(gòu)管理
- 快速搞定Spring Boot+Vue全棧開發(fā)