Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local glimmer canary #22

Merged
merged 2 commits into from
Sep 7, 2024
Merged

Add local glimmer canary #22

merged 2 commits into from
Sep 7, 2024

Conversation

NullVoxPopuli
Copy link
Owner

@NullVoxPopuli NullVoxPopuli commented Sep 7, 2024

ember-source (canary) with this version of the VM:
glimmerjs/glimmer-vm#1606

du --ignore_hidden \
   --reverse --apparent-size \
   --filter ".+\/dist\/packages\/@glimmer" \
   --no-percent-bars --only-dir --depth 4


 439K └─┬ .
 439K   └─┬ dist
 439K     └─┬ packages
 439K       └─┬ @glimmer
 173K         ├── runtime
  65K         ├── opcode-compiler
  31K         ├── debug
  27K         ├── manager
  22K         ├── validator
  20K         ├── util
  16K         ├── program
  12K         ├── reference
  10K         ├── tracking
10.0K         ├── destroyable
 8.5K         ├── vm
 7.9K         ├── node
 7.6K         ├── global-context
 6.4K         ├── wire-format
 4.9K         ├── encoder
 4.5K         ├── owner
 4.1K         └── env

on ember-source main:

 du --ignore_hidden \
   --reverse --apparent-size \
   --filter ".+\/dist\/packages\/@glimmer" \
   --no-percent-bars --only-dir --depth 4

461K └─┬ .
461K   └─┬ dist
461K     └─┬ packages
461K       └─┬ @glimmer
185K         ├── runtime
 67K         ├── opcode-compiler
 33K         ├── debug
 28K         ├── manager
 24K         ├── validator
 21K         ├── util
 17K         ├── program
 13K         ├── reference
 10K         ├── tracking
 10K         ├── destroyable
9.5K         ├── global-context
9.0K         ├── vm
8.2K         ├── node
6.3K         ├── wire-format
4.9K         ├── encoder
4.5K         ├── owner
4.1K         └── env

Copy link

github-actions bot commented Sep 7, 2024

Mode Preview URL1 Manage
Prod (embroider) https://add-glimmer-local.ember-performance-testing-prod.pages.dev on Cloudflare
Prod (classic) https://add-glimmer-local.ember-performance-testing-prod-classic.pages.dev on Cloudflare
Dev (embroider) https://add-glimmer-local.ember-performance-testing-dev.pages.dev on Cloudflare

Logs

Footnotes

  1. if these branch preview links are not working, please check the logs for the commit-based preview link. There is a character limit of 28 for the branch subdomain, as well as some other heuristics, described here for the sake of implementation ease in deploy-preview.yml, that algo has been omitted. The URLs are logged in the wrangler output, but it's hard to get outputs from a matrix job.

@NullVoxPopuli NullVoxPopuli merged commit 6e15db0 into main Sep 7, 2024
8 checks passed
@NullVoxPopuli NullVoxPopuli deleted the add-glimmer-local branch September 7, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant