This repository houses the pre-compiled binaries for the VoltTest Engine. These binaries are automatically published when new versions are released and are used by the VoltTest PHP SDK to perform load testing.
The binaries in this repository are:
- Automatically built and published from the source code
- Cross-platform compatible (Windows, Linux, macOS)
- Versioned using semantic versioning
- Compressed using UPX for optimal size
- Linux (AMD64)
- macOS (AMD64, ARM64)
- Windows (AMD64)
These binaries are not meant to be downloaded directly. They are automatically downloaded and managed by the VoltTest. To use VoltTest, please refer to the PHP SDK documentation.
The binaries follow this naming convention:
- Linux:
volt-test-linux-amd64 - macOS Intel:
volt-test-darwin-amd64 - macOS Apple Silicon:
volt-test-darwin-arm64 - Windows:
volt-test-windows-amd64.exe
All binaries are:
- Built in a controlled CI environment
- Automatically signed and verified
- Distributed through GitHub Releases
- Downloaded via HTTPS with certificate validation
If you encounter any issues:
- First, check if you're using the latest version of the PHP SDK
- If the problem persists, please open an issue in the PHP SDK repository
- Include your platform details and SDK version in any bug reports
This is an automatically maintained repository. Please do not submit pull requests or create issues here. Instead, use the PHP SDK repository for all development-related activities.