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


The following commit(s) were added to refs/heads/main by this push:
     new cae3a82  SQL to Kafka: Updated the README
cae3a82 is described below

commit cae3a829c168cd16c7f17e1b3d5b1662ef567652
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Oct 7 08:01:15 2021 +0200

    SQL to Kafka: Updated the README
---
 profiling/sql-kafka/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/sql-kafka/README.md b/profiling/sql-kafka/README.md
index c8cdab8..42d4d22 100644
--- a/profiling/sql-kafka/README.md
+++ b/profiling/sql-kafka/README.md
@@ -16,7 +16,7 @@ And run the following scripts
 
 ```shell script
 docker exec -i psql psql -U postgres < table.sql
-for i in {1..20}; do docker exec -i psql psql -U postgres < populate.sql; done
+docker exec -i psql psql -U postgres < populate-30000.sql
 ```
 
 In this case I'm inserting 20 rows.

Reply via email to