- Mastering High Performance with Kotlin
- Igor Kucherenko
- 57字
- 2021-06-25 20:55:25
State scope
The JMH provides three scopes, allowing you to reuse a state object across multiple invocations of benchmark methods:
- Thread: Each thread has its own copy of the state
- Group: Each group of threads has its own copy of the state
- Benchmark: All threads share the same state instance
推薦閱讀
- GraphQL學(xué)習(xí)指南
- ReSharper Essentials
- Software Testing using Visual Studio 2012
- Java入門很輕松(微課超值版)
- R語言游戲數(shù)據(jù)分析與挖掘
- 算法訓(xùn)練營:提高篇(全彩版)
- PhoneGap:Beginner's Guide(Third Edition)
- Getting Started with React Native
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- 零基礎(chǔ)C#學(xué)習(xí)筆記
- 精益軟件開發(fā)管理之道
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實(shí)踐技巧
- Puppet Cookbook(Third Edition)
- C++標(biāo)準(zhǔn)庫(第2版)