- Mastering High Performance with Kotlin
- Igor Kucherenko
- 53字
- 2021-06-25 20:55:27
General performance metrics
Benchmarking is a small part of performance testing. The main focus of performance testing is checking software:
- Speed: To determine how fast the application responds
- Scalability: To determine the maximum number of users that an application can handle
- Stability: To determine how the application invokes its functions under different loads
推薦閱讀
- Oracle Database In-Memory(架構(gòu)與實(shí)踐)
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團(tuán)隊(duì)協(xié)同等核心場(chǎng)景實(shí)戰(zhàn)
- 實(shí)用防銹油配方與制備200例
- Python Tools for Visual Studio
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- 表哥的Access入門:以Excel視角快速學(xué)習(xí)數(shù)據(jù)庫(kù)開發(fā)(第2版)
- Julia高性能科學(xué)計(jì)算(第2版)
- Node.js:來一打 C++ 擴(kuò)展
- Learning Continuous Integration with TeamCity
- 區(qū)塊鏈技術(shù)進(jìn)階與實(shí)戰(zhàn)(第2版)
- C++編程兵書
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 3D Printing Designs:Design an SD Card Holder
- Spring MVC Cookbook