From 16178eb0499ad398f14bd209e9c1a6e5b52850a9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 23 Mar 2021 14:53:23 +0100 Subject: 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. --- simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts') 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 { -- cgit v1.2.3