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

feat: add apexContinuation transformer #1074

Merged
merged 1 commit into from Feb 22, 2019

Conversation

apapko
Copy link
Collaborator

@apapko apapko commented Feb 21, 2019

Details

Companion work item for apexContinuation support added to lwc-platform.

Does this PR introduce a breaking change?

  • Yes
  • No

@salesforce-best-lwc-internal
Copy link

Benchmark results

Base commit: 80e6816 | Target commit: 4d2d52b

lwc-engine-benchmark

table-append-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table/append/1k duration 153.60 (±5.15 ms) 150.55 (±3.65 ms) -3.0ms (2.0%) 👍
table-clear-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table/clear/1k duration 6.00 (±0.50 ms) 6.00 (±0.25 ms) 0.0ms (0.0%) 👌
table-create-10k metric base(80e6816) target(4d2d52b) trend
benchmark-table/create/10k duration 918.80 (±7.50 ms) 894.30 (±6.25 ms) -24.5ms (2.7%) 👍
table-create-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table/create/1k duration 119.00 (±2.90 ms) 117.60 (±3.00 ms) -1.4ms (1.2%) 👌
table-update-10th-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table/update-10th/1k duration 75.70 (±2.55 ms) 84.70 (±3.20 ms) +9.0ms (11.9%) 👎
tablecmp-append-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-component/append/1k duration 253.40 (±5.05 ms) 226.40 (±15.55 ms) -27.0ms (10.7%) 👍
tablecmp-clear-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-component/clear/1k duration 11.90 (±1.65 ms) 12.15 (±1.50 ms) +0.2ms (2.1%) 👌
tablecmp-create-10k metric base(80e6816) target(4d2d52b) trend
benchmark-table-component/create/10k duration 1807.80 (±15.05 ms) 1803.75 (±17.70 ms) -4.0ms (0.2%) 👌
tablecmp-create-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-component/create/1k duration 217.05 (±4.95 ms) 216.35 (±5.05 ms) -0.7ms (0.3%) 👌
tablecmp-update-10th-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-component/update-10th/1k duration 69.45 (±5.40 ms) 69.75 (±6.05 ms) +0.3ms (0.4%) 👌
wc-append-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-wc/append/1k duration 256.90 (±5.50 ms) 253.85 (±6.35 ms) -3.0ms (1.2%) 👌
wc-clear-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-wc/clear/1k duration 21.55 (±2.35 ms) 22.15 (±2.50 ms) +0.6ms (2.8%) 👌
wc-create-10k metric base(80e6816) target(4d2d52b) trend
benchmark-table-wc/create/10k duration 2036.65 (±10.90 ms) 2063.50 (±17.75 ms) +26.8ms (1.3%) 👎
wc-create-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-wc/create/1k duration 231.15 (±4.15 ms) 230.00 (±5.55 ms) -1.1ms (0.5%) 👌
wc-update-10th-1k metric base(80e6816) target(4d2d52b) trend
benchmark-table-wc/update-10th/1k duration 70.60 (±4.70 ms) 72.95 (±6.95 ms) +2.4ms (3.3%) 👌

@apapko apapko merged commit 01ce6c3 into master Feb 22, 2019
@apapko apapko deleted the apapko/apexContinuationJestResolver branch February 22, 2019 17:07
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.

None yet

3 participants