This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 2f37ecd4562c287a8540e71b132e1dab90803b35 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 15 15:27:36 2021 +0200 Moved SQL Kafka Profiling to PostgreSQL Kafka profiling --- .../.mvn/wrapper/MavenWrapperDownloader.java | 0 .../.mvn/wrapper/maven-wrapper.jar | Bin .../.mvn/wrapper/maven-wrapper.properties | 0 profiling/{sql-kafka => postgresql-kafka}/README.md | 0 .../data/application.properties | 0 .../data/sources/routes.yaml | 0 .../jfr/settings_for_heap.jfc | 0 profiling/{sql-kafka => postgresql-kafka}/mvnw | 0 profiling/{sql-kafka => postgresql-kafka}/mvnw.cmd | 0 profiling/{sql-kafka => postgresql-kafka}/pom.xml | 6 +++--- .../script/populate-30000.sql | 0 .../script/populate-40000.sql | 0 .../script/populate-50000.sql | 0 profiling/{sql-kafka => postgresql-kafka}/script/table.sql | 0 14 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiling/sql-kafka/.mvn/wrapper/MavenWrapperDownloader.java b/profiling/postgresql-kafka/.mvn/wrapper/MavenWrapperDownloader.java similarity index 100% rename from profiling/sql-kafka/.mvn/wrapper/MavenWrapperDownloader.java rename to profiling/postgresql-kafka/.mvn/wrapper/MavenWrapperDownloader.java diff --git a/profiling/sql-kafka/.mvn/wrapper/maven-wrapper.jar b/profiling/postgresql-kafka/.mvn/wrapper/maven-wrapper.jar similarity index 100% rename from profiling/sql-kafka/.mvn/wrapper/maven-wrapper.jar rename to profiling/postgresql-kafka/.mvn/wrapper/maven-wrapper.jar diff --git a/profiling/sql-kafka/.mvn/wrapper/maven-wrapper.properties b/profiling/postgresql-kafka/.mvn/wrapper/maven-wrapper.properties similarity index 100% rename from profiling/sql-kafka/.mvn/wrapper/maven-wrapper.properties rename to profiling/postgresql-kafka/.mvn/wrapper/maven-wrapper.properties diff --git a/profiling/sql-kafka/README.md b/profiling/postgresql-kafka/README.md similarity index 100% rename from profiling/sql-kafka/README.md rename to profiling/postgresql-kafka/README.md diff --git a/profiling/sql-kafka/data/application.properties b/profiling/postgresql-kafka/data/application.properties similarity index 100% rename from profiling/sql-kafka/data/application.properties rename to profiling/postgresql-kafka/data/application.properties diff --git a/profiling/sql-kafka/data/sources/routes.yaml b/profiling/postgresql-kafka/data/sources/routes.yaml similarity index 100% rename from profiling/sql-kafka/data/sources/routes.yaml rename to profiling/postgresql-kafka/data/sources/routes.yaml diff --git a/profiling/sql-kafka/jfr/settings_for_heap.jfc b/profiling/postgresql-kafka/jfr/settings_for_heap.jfc similarity index 100% rename from profiling/sql-kafka/jfr/settings_for_heap.jfc rename to profiling/postgresql-kafka/jfr/settings_for_heap.jfc diff --git a/profiling/sql-kafka/mvnw b/profiling/postgresql-kafka/mvnw similarity index 100% rename from profiling/sql-kafka/mvnw rename to profiling/postgresql-kafka/mvnw diff --git a/profiling/sql-kafka/mvnw.cmd b/profiling/postgresql-kafka/mvnw.cmd similarity index 100% rename from profiling/sql-kafka/mvnw.cmd rename to profiling/postgresql-kafka/mvnw.cmd diff --git a/profiling/sql-kafka/pom.xml b/profiling/postgresql-kafka/pom.xml similarity index 97% rename from profiling/sql-kafka/pom.xml rename to profiling/postgresql-kafka/pom.xml index e707f3a..d1cd60e 100644 --- a/profiling/sql-kafka/pom.xml +++ b/profiling/postgresql-kafka/pom.xml @@ -28,11 +28,11 @@ <modelVersion>4.0.0</modelVersion> - <artifactId>sql-kafka</artifactId> + <artifactId>postgresql-kafka</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>Camel Performance :: Profiling :: SQL Kafka</name> - <description>A SQL to Kafka containeraized application to show profiling practices</description> + <name>Camel Performance :: Profiling :: PostgreSQL Kafka</name> + <description>A PostgreSQL to Kafka containeraized application to show profiling practices</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/profiling/sql-kafka/script/populate-30000.sql b/profiling/postgresql-kafka/script/populate-30000.sql similarity index 100% rename from profiling/sql-kafka/script/populate-30000.sql rename to profiling/postgresql-kafka/script/populate-30000.sql diff --git a/profiling/sql-kafka/script/populate-40000.sql b/profiling/postgresql-kafka/script/populate-40000.sql similarity index 100% rename from profiling/sql-kafka/script/populate-40000.sql rename to profiling/postgresql-kafka/script/populate-40000.sql diff --git a/profiling/sql-kafka/script/populate-50000.sql b/profiling/postgresql-kafka/script/populate-50000.sql similarity index 100% rename from profiling/sql-kafka/script/populate-50000.sql rename to profiling/postgresql-kafka/script/populate-50000.sql diff --git a/profiling/sql-kafka/script/table.sql b/profiling/postgresql-kafka/script/table.sql similarity index 100% rename from profiling/sql-kafka/script/table.sql rename to profiling/postgresql-kafka/script/table.sql
