You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Distributed Load | :sparkle: |Predator supports an unlimited number of load generators that produce multiple load runners concurrently.
24
24
| Rich UI | :sparkle: |Predator offers a rich UI where you can write tests, run them and compare results.
25
-
| Reports && Tests Persistence | :sparkle: |Predator provides out-of-the box functionality for persisting data in Cassandra, Postgres, MySQL, MSSQL and SQLITE.
25
+
| Reports && Tests Persistence | :sparkle: |Predator provides out-of-the box functionality for persisting data in Postgres, MySQL, MSSQL and SQLITE.
26
26
| Real time reports | :sparkle: |Predator aggregates all concurrent runs into a single beautiful report in real time (latency, rps, status codes and more).
27
27
| CSV Datasets | :sparkle: |Predator support uploading files like csv to provide dataset for test inputs
28
28
| Scheduled runs | :sparkle: |Predator can run recurring tests using cron expressions.
Copy file name to clipboardExpand all lines: docs/devguide/docs/about.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Predator is a performance platform that can be configured to automatically load
18
18
19
19
-**One click installation**: Predator can be installed with just one click in Kubernetes and DC/OS, or on any other machine running Docker.
20
20
21
-
-**Supports 5 Different databases**: Predator provides out-of-the box functionality for persisting data in Cassandra, Postgres, MySQL, MSSQL and SQLITE.
21
+
-**Supports 5 Different databases**: Predator provides out-of-the box functionality for persisting data in Postgres, MySQL, MSSQL and SQLITE.
22
22
23
23
-**Scheduled jobs**: Predator can run recurring tests using cron expressions.
24
24
@@ -37,5 +37,3 @@ load engine to fire the requests. The schema for creating tests via the Predator
| SMTP_TIMEOUT | smtp_server.timeout | How many milliseconds to wait for the connection to establish to SMTP server | ✓ | 200 |
111
103
| SMTP_SECURE | smtp_server.secure | if true the connection will use TLS when connecting to server. [Nodemailer SMTP options](https://nodemailer.com/smtp/)| ✓ | false |
112
-
| SMTP_REJECT_UNAUTH_CERTS | smtp_server.rejectUnauthCerts | should fail or succeed on unauthorized certificate | ✓ | false |
104
+
| SMTP_REJECT_UNAUTH_CERTS | smtp_server.rejectUnauthCerts | should fail or succeed on unauthorized certificate | ✓ | false |
<p class="mbr-text mbr-fonts-style display-7">Predator provides out-of-the box functionality for persisting data in Cassandra, Postgres, MySQL, MSSQL and SQLITE.</p>
165
+
<p class="mbr-text mbr-fonts-style display-7">Predator provides out-of-the box functionality for persisting data in Postgres, MySQL, MSSQL and SQLITE.</p>
0 commit comments