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
Copy file name to clipboardExpand all lines: README.md
+13-19Lines changed: 13 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
1
# VoltTest PHP SDK
2
2
3
-
VoltTest is a powerful, easy-to-use performance testing SDK for PHP applications.
4
-
Powered by a high-performance Golang engine running behind the scenes,
5
-
it combines the ease of use of PHP with the raw power and concurrency capabilities of Go.
6
-
This unique architecture enables you to create, run, and analyze performance tests with a fluent,
7
-
intuitive API while leveraging Go's superior performance characteristics for the actual load generation.
3
+
VoltTest is a high-performance PHP performance testing SDK powered by a Golang engine.
4
+
It combines PHP’s simplicity with Go’s speed and concurrency, allowing you to define, run, and analyze tests with an intuitive API while leveraging Go for efficient load generation.
5
+
6
+
## Features
7
+
-[x] Multiple Scenario Support with Weights – Run different test scenarios with custom weight distributions.
8
+
-[x] Data Provider for Virtual Users - Assign dynamic data to virtual users for realistic test simulations.
9
+
-[x] Extract Data from Requests – Capture and reuse response data in subsequent requests.
0 commit comments