- 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.
推薦閱讀
- 深入理解Android(卷I)
- Python概率統(tǒng)計
- Progressive Web Apps with React
- Apache Spark 2.x Machine Learning Cookbook
- Elasticsearch for Hadoop
- RISC-V體系結(jié)構(gòu)編程與實踐(第2版)
- Working with Odoo
- Visual Basic程序設(shè)計實驗指導(dǎo)(第二版)
- Visual C++開發(fā)入行真功夫
- Android Wear Projects
- RealSenseTM互動開發(fā)實戰(zhàn)
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- 運維前線:一線運維專家的運維方法、技巧與實踐
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學(xué)版)
- 大學(xué)計算機(jī)基礎(chǔ)實訓(xùn)教程