- Mastering High Performance with Kotlin
- Igor Kucherenko
- 82字
- 2021-06-25 20:55:25
Levels of fixture methods
To control when fixture methods should be run, you can use at least three available options:
- Trial: Specifies that a method should be invoked before or after the entire benchmark run
- Iteration: Specifies that a method should be invoked before or after the benchmark iteration
- Invocation: Specifies that a method should be invoked before or after the benchmark method invocation
You can pass one of these objects as a parameter to the @Setup or @TearDown annotations.
推薦閱讀
- Boost C++ Application Development Cookbook(Second Edition)
- MySQL 8 DBA基礎教程
- Full-Stack Vue.js 2 and Laravel 5
- Python貝葉斯分析(第2版)
- MongoDB權威指南(第3版)
- Unity UI Cookbook
- Create React App 2 Quick Start Guide
- Node Cookbook(Second Edition)
- Illustrator CS6設計與應用任務教程
- 網絡數據采集技術:Java網絡爬蟲實戰
- Web Developer's Reference Guide
- 零基礎學C語言(升級版)
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Python Deep Learning
- Mastering Python