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
hedra test submit my_test.py --project github.com/myorg/tests
504
+
505
+
Submitting my_test.py to github.com/myorg/tests...
506
+
Repo updated!
507
+
```
508
+
509
+
And RPC remote execution:
510
+
511
+
```bash
512
+
hedra cloud test my_test.py --send staging
513
+
514
+
Sending to - staging - cluster at 155.020.313.33:6883
515
+
```
516
+
517
+
Allows developers to focus on value delivery as opposed to maintaining a plethora of of extensions, disorganized tests, and execution environments.
518
+
519
+
<br/>
520
+
521
+
## Summing it Up
522
+
523
+
While performance frameworks are valuable tools, their inherent limitations have made them difficult to adopt and their value proposition increasingly questionable. We can build upon their strengths by:
524
+
525
+
- Facilitating simulation of realistic user interactions via workflows
526
+
- Allowing for concurrent use of multiple protocols/libraries in a single test/workflow
527
+
- Embracing statistical frameworks like A|B testing, using optimization to automate configuration, and providing protocol-level fault injection for chaos testing
528
+
- Including modern developer experience features like starter template code generation, "unified experience" CLIs, test linting, and project management
529
+
530
+
to create a new class of tooling, simulation frameworks, that both deliver upon and exceed the value proposition of performance testing frameworks.
0 commit comments