mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 23:19:24 +00:00
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:
parent
ece0596be3
commit
ea786a8afe
2 changed files with 1 additions and 5 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue