Notable changes
Ali can now export load test results (https://github.com/nakabonne/ali/pull/140) 🎉
Use --export-to to persist load test results for downstream processing.
Example:
:::bash
ali --export-to ./results/
See here For more details.
Other changes
- feat(release): add arm64 docker images by @hazcod in https://github.com/nakabonne/ali/pull/124
- Bump golang.org/x/sys to 0.6.0 by @nakabonne in https://github.com/nakabonne/ali/pull/131
- fix: typo by @testwill in https://github.com/nakabonne/ali/pull/135
New Contributors
- @hazcod made their first contribution in https://github.com/nakabonne/ali/pull/124
- @testwill made their first contribution in https://github.com/nakabonne/ali/pull/135
Full Changelog: https://github.com/nakabonne/ali/compare/v0.7.5...v0.8.0