Skip to content

Commit

Permalink
macos latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 4, 2024
1 parent 95bfe84 commit 9ecf064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip skia')"

name: stable - apple-silicon - build skia
runs-on: macos-14
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

1 comment on commit 9ecf064

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 9ecf064 Previous: c0be5da Ratio
Draw house#skia-canvas 29 ops/sec (±2.95%) 29.51 ops/sec (±0.36%) 1.02
Draw house#node-canvas 38 ops/sec (±0.51%) 37.26 ops/sec (±0.59%) 0.98
Draw house#@napi-rs/skia 30 ops/sec (±0.68%) 29.52 ops/sec (±0.8%) 0.98
Draw gradient#skia-canvas 28.5 ops/sec (±0.28%) 28.5 ops/sec (±0.25%) 1
Draw gradient#node-canvas 36.3 ops/sec (±0.38%) 36.3 ops/sec (±0.53%) 1
Draw gradient#@napi-rs/skia 28.9 ops/sec (±0.48%) 28.3 ops/sec (±0.64%) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.