From a3c470fe69b2e4968831791b095725f650459e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Tue, 29 Mar 2022 22:41:12 -0300 Subject: [PATCH] Updated Benchmarks (markdown) --- Benchmarks.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Benchmarks.md b/Benchmarks.md index 47345a6..5950a8d 100644 --- a/Benchmarks.md +++ b/Benchmarks.md @@ -1,6 +1,8 @@ -## Benchmark Comparison +These benchmarks were created to compare ksql with existing tools +in order to both inform the development of the project and also +show that whether it is an efficient and competitive tool or not. -The results of the benchmark are good: +The results of the benchmark are very good: they show that ksql is in practical terms, as fast as sqlx which was our goal from the start.