Skip to content

Commit 9079b53

Browse files
twmbjosephwoodward
andauthored
CONTRIBUTING: Add benchmarking lines (#3930)
* CONTRIBUTING: Add benchmarking lines Co-authored-by: Joseph Woodward <joseph.woodward@redpanda.com>
1 parent 5eab95d commit 9079b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ To certify a connector, it must meet the following requirements:
2727
- **1.3.1** Code is idiomatic following Effective Go recommendations, is readable, and is consistent with the broader Redpanda Connect code base.
2828
- **1.3.2** Tests should cover end-to-end functionality and prove that the connector works across supported configurations.
2929
- **1.3.3** Integration tests verify core workflows and are runnable in CI.
30+
- **1.3.4** Benchmarks have been run at various throughput levels so that we can determine CPU and memory trendlines based on usage.
31+
- **1.3.5** If a corresponding Kafka Connect connector exists, benchmarks have been run against it so we can compare it against our throughput and ensure Redpanda Connect's is comparable or better.
3032

3133
---
3234

0 commit comments

Comments
 (0)