Skip to content

Commit

Permalink
fixup of #3576
Browse files Browse the repository at this point in the history
it was not prominently explained that "hidden" files, i.e. starting with "." are now ignored
this is only a problem when uploading globbed directories in benchmark where we don't
know the full path by default
  • Loading branch information
WorldSEnder committed Sep 4, 2024
1 parent e9d80ae commit ca5618f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ jobs:
name: results
path: artifacts/
if-no-files-found: error
include-hidden-files: true
retention-days: 1

1 comment on commit ca5618f

@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: ca5618f Previous: 1f1c5c2 Ratio
yew-hooks-v0.21.0-keyed 01_run1k 196.9 197.1 1.00
yew-hooks-v0.21.0-keyed 02_replace1k 217.1 223 0.97
yew-hooks-v0.21.0-keyed 03_update10th1k_x16 86.7 97 0.89
yew-hooks-v0.21.0-keyed 04_select1k 38.4 40.6 0.95
yew-hooks-v0.21.0-keyed 05_swap1k 104.9 106 0.99
yew-hooks-v0.21.0-keyed 06_remove-one-1k 76.4 81.2 0.94
yew-hooks-v0.21.0-keyed 07_create10k 2228.1 2224.2 1.00
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2 226.3 236.5 0.96
yew-hooks-v0.21.0-keyed 09_clear1k_x8 83.8 93.3 0.90
yew-hooks-v0.21.0-keyed 21_ready-memory 2.1170425415039062 2.1434097290039062 0.99
yew-hooks-v0.21.0-keyed 22_run-memory 6.284332275390625 6.268768310546875 1.00
yew-hooks-v0.21.0-keyed 23_update5-memory 6.58815860748291 6.602245330810547 1.00
yew-hooks-v0.21.0-keyed 25_run-clear-memory 5.1415863037109375 5.147319793701172 1.00
yew-hooks-v0.21.0-keyed 26_run-10k-memory 42.76320266723633 42.81913471221924 1.00
yew-hooks-v0.21.0-keyed 41_size-uncompressed 168.4 168.4 1
yew-hooks-v0.21.0-keyed 42_size-compressed 54.5 54.5 1
yew-hooks-v0.21.0-keyed 43_first-paint 421.8 422.7 1.00
yew-v0.21.0-keyed 01_run1k 192.4 196.4 0.98
yew-v0.21.0-keyed 02_replace1k 220.3 223.1 0.99
yew-v0.21.0-keyed 03_update10th1k_x16 68 72.5 0.94
yew-v0.21.0-keyed 04_select1k 16.7 17.2 0.97
yew-v0.21.0-keyed 05_swap1k 79.1 84 0.94
yew-v0.21.0-keyed 06_remove-one-1k 66.1 68.8 0.96
yew-v0.21.0-keyed 07_create10k 2230.7 2259.5 0.99
yew-v0.21.0-keyed 08_create1k-after1k_x2 224.8 226 0.99
yew-v0.21.0-keyed 09_clear1k_x8 81.8 86.4 0.95
yew-v0.21.0-keyed 21_ready-memory 2.107019424438477 2.081705093383789 1.01
yew-v0.21.0-keyed 22_run-memory 6.241376876831055 6.216424942016602 1.00
yew-v0.21.0-keyed 23_update5-memory 6.303705215454102 6.335565567016602 0.99
yew-v0.21.0-keyed 25_run-clear-memory 4.940313339233398 4.994392395019531 0.99
yew-v0.21.0-keyed 26_run-10k-memory 41.57113456726074 41.544328689575195 1.00
yew-v0.21.0-keyed 41_size-uncompressed 166.1 166.1 1
yew-v0.21.0-keyed 42_size-compressed 54.3 54.3 1
yew-v0.21.0-keyed 43_first-paint 427.5 418.3 1.02

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

Please sign in to comment.