ExperimentalBenchmarkConfigApi


@RequiresOptIn
@Retention(value = AnnotationRetention.BINARY)
public annotation ExperimentalBenchmarkConfigApi


Annotates declarations that are considered experimental within the Benchmark API, and are likely to change before becoming stable. Using experimental features can potentially break your code if the design or behavior changes.

Summary

Public constructors

Public constructors

ExperimentalBenchmarkConfigApi

public ExperimentalBenchmarkConfigApi()