Skip to content

Commit

Permalink
Fix CI [skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 5, 2024
1 parent 370d04d commit aff3fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '${{ steps.rustup-version.outputs.RUST_TOOLCHAIN_VERSION }}'
targets: ${{ inputs.target }}
targets: ${{ inputs.targets }}
components: ${{ inputs.components }}
env:
CARGO_INCREMENTAL: '1'
Expand Down

1 comment on commit aff3fb6

@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: aff3fb6 Previous: c0be5da Ratio
Draw house#skia-canvas 29.6 ops/sec (±0.36%) 29.51 ops/sec (±0.36%) 1.00
Draw house#node-canvas 38.2 ops/sec (±0.76%) 37.26 ops/sec (±0.59%) 0.98
Draw house#@napi-rs/skia 29.7 ops/sec (±0.46%) 29.52 ops/sec (±0.8%) 0.99
Draw gradient#skia-canvas 28.4 ops/sec (±0.24%) 28.5 ops/sec (±0.25%) 1.00
Draw gradient#node-canvas 36.4 ops/sec (±0.92%) 36.3 ops/sec (±0.53%) 1.00
Draw gradient#@napi-rs/skia 28.3 ops/sec (±2.07%) 28.3 ops/sec (±0.64%) 1

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

Please sign in to comment.