diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-23 14:53:23 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-23 17:06:41 +0100 |
| commit | 16178eb0499ad398f14bd209e9c1a6e5b52850a9 (patch) | |
| tree | 71aecff6f9c39b7ff990c34a89c99ee5d1c4f800 /simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | |
| parent | 6de1ef7424e058603be9ae5a86f0568b40579e5f (diff) | |
simulator: Add benchmarks for opendc-simulator-compute
This change adds benchmarks to the opendc-simulator-compute module in
order to quantify effect of changes on the performance of this module.
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts index 0005928f..149c0ed2 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts @@ -20,12 +20,13 @@ * SOFTWARE. */ -description = "Library for simulation of cloud computing components" +description = "Library for simulating computing workloads" plugins { `kotlin-library-conventions` `testing-conventions` `jacoco-conventions` + `benchmark-conventions` } dependencies { |
