chore(test): add module for jmh benchmarks

This commit is contained in:
Florian Hussonnois
2025-05-21 22:03:56 +02:00
committed by Florian Hussonnois
parent 593aad2aea
commit 55740133f0
4 changed files with 73 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
rootProject.name="kestra"
rootProject.name = "kestra"
include 'platform'
@@ -24,3 +24,4 @@ include 'processor'
include 'script'
include 'e2e-tests'
include 'jmh-benchmarks'