From f7a5b200e4767213617774a87113d0b56d8d8a59 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 7 Jun 2022 14:27:58 +0200 Subject: perf(trace/azure): Add benchmarks for Azure trace format This change adds JMH benchmarks for the parsing logic of the Azure VM trace format in order to catch performance regressions. --- opendc-trace/opendc-trace-azure/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'opendc-trace/opendc-trace-azure/build.gradle.kts') diff --git a/opendc-trace/opendc-trace-azure/build.gradle.kts b/opendc-trace/opendc-trace-azure/build.gradle.kts index d4fe045e..a237f08a 100644 --- a/opendc-trace/opendc-trace-azure/build.gradle.kts +++ b/opendc-trace/opendc-trace-azure/build.gradle.kts @@ -25,6 +25,7 @@ description = "Support for Azure VM traces in OpenDC" /* Build configuration */ plugins { `kotlin-library-conventions` + `benchmark-conventions` } dependencies { -- cgit v1.2.3