WorldSEnder
3871418174
Modernize github workflows ( #3711 )
...
* modernize github workflows
this mainly fixes some inconsistencies in style, outdated or wrong comments and action version
- replace Legit-Labs/action-download-artifact with actions/download-artifact
- fix Swatinem/rust-cache arguments
- fix benchmark transformations
- expand feature soundness lints
- wording and capitalization in comments
* fix no_run on crate level doc
* fix some more small issues
2024-08-22 20:04:04 +05:00
dependabot[bot]
443dba3cf8
Bump actions/checkout from 3 to 4 ( #3433 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 19:12:26 +09:00
dependabot[bot]
16c043ac80
Bump actions/checkout from 2 to 3 ( #3137 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-04 22:24:54 +05:00
Kaede Hoshikawa
8d308fb617
Separate PR and master size collection. ( #3101 )
2023-02-01 22:11:43 +05:00
Kaede Hoshikawa
cffb7c5e7e
Configurable Runtime ( #2772 )
...
* Adds Runtime.
* A LocalRuntime.
* Add note.
* Add SSR benchmark.
* Only create default runtime if no custom runtime is set.
* Use jemalloc for benchmarking.
* Remove once_cell for web assembly.
* Add time.
* Fix wasm_bindgen.
* Adjust inlining.
* Optimise benchmark output.
* Optimise BufWriter.
* Add json output.
* Add Benchmark Workflow.
* Remove local set from tests.
* Fix Workflow syntax.
* Exclude benchmark from doc tests.
* Adjust feature flags.
* Adds a pinned channel implementation.
* Make Send bound explicit.
* Implement on immutable reference.
* Fix Sink close.
* run_pinned -> spawn_pinned.
* Add tests.
* Adjusts worker threads.
* Fix workflow.
* Remove futures-executor.
* Cargo update.
* Fix docs.
* Update notice.
* Fix docs.
* Fix docs.
* Switch to task spawning.
* Use futures unordered instead of spawn_local.
* Switch to join_all.
* Remove LocalPoolHandle.
* Fix docs.
* Spawn a single task.
* Fix merge failure.
* Remove LocalRuntime.
* Update documentation.
* Merge local-runtime-handle into local-runtime.
* Add some tests.
* Fix clippy notice.
* Fix comment.
* Address various review comments.
* Remove unused type.
* Fix clippy.
* Fix clippy.
2022-08-28 23:31:11 +09:00
Kaede Hoshikawa
983293def4
Fix Size Comparison Comment ( #2657 )
...
* Make sure checking out repository first.
2022-05-04 13:08:46 +02:00
Kaede Hoshikawa
6a568a5379
Fix Size Comparison ( #2656 )
...
* Update Scripts.
* Try to limit this to the main application.
* Use actual file.
* Sum size of all bundles.
* Update ci/make_example_size_cmt.py
Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>
Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>
2022-05-04 19:15:12 +09:00
Kaede Hoshikawa
ab9fadf2e2
Fix Benchmark Workflow ( #2525 )
...
* Fix optimisation flags.
* Add size comparison.
* Set opt-level to z.
* Fix Workflow.
* Fix Workflow.
* Ignore failures.
* Fix comment script.
* Fix github script.
* Separate Post Comments and Size Information Collection.
* Fix workflow.
* Fix Workflow.
2022-03-18 14:00:26 +01:00
Kaede Hoshikawa
605f891a20
Size Comparison on Pull Requests ( #2513 )
...
* Fix optimisation flags.
* Add size comparison.
* Set opt-level to z.
* Fix Workflow.
* Fix Workflow.
* Ignore failures.
* Fix comment script.
* Fix github script.
* Separate Post Comments and Size Information Collection.
2022-03-18 21:17:07 +09:00