PerformanceTestArgumentProvider

class PerformanceTestArgumentProvider(val scriptPath: Path, val testArtifactsDirectory: Path, profilerName: String) : CommandLineArgumentProvider

Provides command line arguments for running performance tests.

Constructors

Link copied to clipboard
constructor(scriptPath: Path, testArtifactsDirectory: Path, profilerName: String)

Properties

Link copied to clipboard
@InputDirectory
@PathSensitive(value = PathSensitivity.RELATIVE)
val scriptPath: Path

The path to the performance test script.

Link copied to clipboard
@InputDirectory
@PathSensitive(value = PathSensitivity.RELATIVE)
val testArtifactsDirectory: Path

The path to the directory where test artifacts will be stored.

Functions

Link copied to clipboard
open override fun asArguments(): List<String>