Skip to content

Commit

Permalink
Ignore website/** changes when benchmarking (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
HurricanKai committed Apr 6, 2022
1 parent 3ad4dbe commit 8ca7ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Benchmark

on:
push:
paths-ignore:
- 'website/**'
branches:
- master
pull_request_target:
paths-ignore:
- 'website/**'
types: [labeled, synchronize, opened, reopened]

permissions:
Expand Down

1 comment on commit 8ca7ceb

@github-actions
Copy link

Choose a reason for hiding this comment

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

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: 8ca7ceb Previous: 3ad4dbe Ratio
yew-struct-keyed 01_run1k 208.3555 174.2785 1.20
yew-struct-keyed 02_replace1k 225.2485 168.029 1.34
yew-struct-keyed 03_update10th1k_x16 398.384 212.53 1.87
yew-struct-keyed 04_select1k 75.3695 41.848 1.80
yew-struct-keyed 05_swap1k 102.787 64.225 1.60
yew-struct-keyed 06_remove-one-1k 34.772499999999994 23.859 1.46
yew-struct-keyed 07_create10k 2793.7484999999997 2076.1105 1.35
yew-struct-keyed 08_create1k-after1k_x2 473.5455 404.5695 1.17
yew-struct-keyed 09_clear1k_x8 221.926 152.309 1.46
yew-struct-keyed 21_ready-memory 1.4005584716796875 1.45294189453125 0.96
yew-struct-keyed 22_run-memory 1.66949462890625 1.669292449951172 1.00
yew-struct-keyed 23_update5-memory 1.7012710571289062 1.7028541564941406 1.00
yew-struct-keyed 24_run5-memory 1.714313507080078 1.7215232849121094 1.00
yew-struct-keyed 25_run-clear-memory 1.421672821044922 1.421672821044922 1
yew-struct-keyed 31_startup-ci 1731.306 1729.7620000000002 1.00
yew-struct-keyed 32_startup-bt 35.414 22.888 1.55
yew-struct-keyed 34_startup-totalbytes 330.5498046875 330.5498046875 1

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

Please sign in to comment.