winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.77k stars 189 forks source link

feat(console): revamp map view #6528

Closed skyrpex closed 1 month ago

skyrpex commented 1 month ago

This restores the new Console map view again, and will try to fix the previous issues with the missing connections.

Fixes #6511, fixes #6459, fixes #6455.

github-actions[bot] commented 1 month ago

Thanks for opening this pull request! :tada: Please consult the contributing guidelines for details on how to contribute to this project. If you need any assistance, don't hesitate to ping the relevant owner over Discord.

Topic Owner
Wing SDK and utility APIs @chriscbr
Wing Console @ainvoner, @skyrpex, @polamoros
JSON, structs, primitives and collections @hasanaburayyan
Platforms and plugins @hasanaburayyan
Frontend resources (website, react, etc) @tsuf239
Language design @chriscbr
VSCode extension and language server @markmcculloh
Compiler architecture, inflights, lifting @yoav-steinberg
Wing Testing Framework @tsuf239
Wing CLI @markmcculloh
Build system, dev environment, releases @markmcculloh
Library Ecosystem @chriscbr
Documentation @hasanaburayyan
SDK test suite @tsuf239
Examples @hasanaburayyan
Wing Playground @eladcon
monadabot commented 1 month ago

Console preview environment is available at https://wing-console-pr-6528.fly.dev :rocket:

Last Updated (UTC) 2024-05-24 10:02
monadabot commented 1 month ago

Benchmarks

Comparison to Baseline 🟥⬜⬜⬜⬜🟥⬜⬜⬜⬜⬜⬜⬜ | Benchmark | Before | After | Change | | :-- | --: | --: | --: | | version | 56ms±0.35 | 59ms±0.61 | +3ms (+4.5%)🟥 | | functions_10.test.w -t sim | 515ms±30.42 | 499ms±7.97 | -16ms (-3.14%)⬜ | | functions_10.test.w -t tf-aws | 2035ms±15.24 | 2086ms±20.95 | +51ms (+2.51%)⬜ | | hello_world.test.w -t sim | 401ms±4.94 | 405ms±4.64 | +4ms (+1.09%)⬜ | | hello_world.test.w -t tf-aws | 1436ms±10.84 | 1459ms±15.54 | +23ms (+1.63%)⬜ | | functions_1.test.w -t sim | 398ms±6.61 | 410ms±6.88 | +13ms (+3.22%)🟥 | | functions_1.test.w -t tf-aws | 825ms±9.52 | 835ms±5.21 | +9ms (+1.11%)⬜ | | jsii_big.test.w -t sim | 2795ms±18.63 | 2818ms±11.94 | +23ms (+0.81%)⬜ | | jsii_big.test.w -t tf-aws | 3012ms±13.04 | 3022ms±11.63 | +11ms (+0.36%)⬜ | | empty.test.w -t sim | 370ms±5.69 | 366ms±5.02 | -4ms (-1%)⬜ | | empty.test.w -t tf-aws | 596ms±3.03 | 608ms±6.76 | +13ms (+2.11%)⬜ | | jsii_small.test.w -t sim | 375ms±3.16 | 377ms±4.78 | +2ms (+0.53%)⬜ | | jsii_small.test.w -t tf-aws | 622ms±7.12 | 621ms±6.07 | -2ms (-0.25%)⬜ | ⬜ Within 1.5 standard deviations 🟩 Faster, Above 1.5 standard deviations 🟥 Slower, Above 1.5 standard deviations _Benchmarks may vary outside of normal expectations, especially when running in GitHub Actions CI._
Results |name|mean|min|max|moe|sd| |----|----|----|----|----|----| |version|59ms|57ms|60ms|1ms|1ms| |functions_10.test.w -t sim|499ms|474ms|511ms|8ms|11ms| |functions_10.test.w -t tf-aws|2086ms|2047ms|2143ms|21ms|29ms| |hello_world.test.w -t sim|405ms|394ms|417ms|5ms|6ms| |hello_world.test.w -t tf-aws|1459ms|1430ms|1502ms|16ms|22ms| |functions_1.test.w -t sim|410ms|391ms|424ms|7ms|10ms| |functions_1.test.w -t tf-aws|835ms|825ms|844ms|5ms|7ms| |jsii_big.test.w -t sim|2818ms|2789ms|2851ms|12ms|17ms| |jsii_big.test.w -t tf-aws|3022ms|2985ms|3045ms|12ms|16ms| |empty.test.w -t sim|366ms|357ms|377ms|5ms|7ms| |empty.test.w -t tf-aws|608ms|595ms|627ms|7ms|9ms| |jsii_small.test.w -t sim|377ms|366ms|387ms|5ms|7ms| |jsii_small.test.w -t tf-aws|621ms|605ms|633ms|6ms|8ms|
Last Updated (UTC) 2024-05-24 10:07
eladb commented 1 month ago

@skyrpex can you please share a screenshot of how this app looks like now?

eladb commented 1 month ago

@skyrpex can you please share a screenshot of how this app looks like now?

⬆️

skyrpex commented 1 month ago

@eladb

image
eladb commented 1 month ago

Ship it!

mergify[bot] commented 1 month ago

Thanks for contributing, @skyrpex! This PR will now be added to the merge queue, or immediately merged if restore-console-map-view is up-to-date with main and the queue is empty.

monadabot commented 1 month ago

Congrats! :rocket: This was released in Wing 0.74.12.