update performance claims

Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
Lee Briggs 2025-07-14 12:26:21 -04:00 committed by Percy Wegmann
parent ece0596be3
commit ea786a8afe
2 changed files with 1 additions and 5 deletions

View file

@ -115,10 +115,6 @@ jobs:
# Test on a subset of platforms for speed comparison
- os: ubuntu-latest
runner-os: Linux
- os: windows-latest
runner-os: Windows
- os: macos-14
runner-os: macOS
runs-on: ${{ matrix.os }}

View file

@ -12,7 +12,7 @@ This action is written in Typescript using official GitHub SDKs. It provides som
- **Post-job logout**: Automatically runs `tailscale logout` when the job completes, ensuring clean disconnection
### ⚡ **Performance Optimizations**
- **Native TypeScript implementation**: Compiled to single JavaScript files for faster startup
- **Native TypeScript implementation**: Compiled to single JavaScript files for faster startup, comparison tests show this action is **40% faster** than the official action on Linux
- **Smart status checking**: Calls the localAPI to determine when the connection is ready, reducing the need for sleeps within the action
- **Modified Defaults**: The usage of more reliable status checking means the backoffs and retries can be tuned