- 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
推薦閱讀
- Python機器學習:數據分析與評分卡建模(微課版)
- TypeScript Blueprints
- Python:Master the Art of Design Patterns
- RISC-V體系結構編程與實踐(第2版)
- Learning JavaScript Data Structures and Algorithms
- Getting Started with Eclipse Juno
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 用戶體驗可視化指南
- OpenCV with Python Blueprints
- WordPress Search Engine Optimization(Second Edition)
- Drupal 8 Development Cookbook(Second Edition)
- Learning Cocos2d-JS Game Development
- 用Python動手學統計學
- Python Penetration Testing Essentials
- 絕密原型檔案:看看專業產品經理的原型是什么樣