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

📦 Update dependencies #250

Merged
merged 2 commits into from
May 8, 2023
Merged

📦 Update dependencies #250

merged 2 commits into from
May 8, 2023

Conversation

lambdalisue
Copy link
Member

@lambdalisue lambdalisue commented May 8, 2023

Upgrading workerio to v3 improve performance a bit.

Before
info
  size:   64 bytes
  count:  1000
  n:      100
denops.call()
  sum:     13386 ms
  mean:    133.9 ms
  median:  127.1 ms
  stddev:  28.3
  stderr:  2.8 ms
  opms:    7.6±0.1 ops/ms
  cpms:    488.3±5.3 chars/ms
denops.batch()
  sum:     292 ms
  mean:    2.9 ms
  median:  2.7 ms
  stddev:  0.5
  stderr:  0.0 ms
  opms:    349.3±4.5 ops/ms
  cpms:    22354.5±284.8 chars/ms
After
info
  size:   64 bytes
  count:  1000
  n:      100
denops.call()
  sum:     12154 ms
  mean:    121.5 ms
  median:  114.5 ms
  stddev:  28.4
  stderr:  2.8 ms
  opms:    8.4±0.1 ops/ms
  cpms:    539.3±6.1 chars/ms
denops.batch()
  sum:     344 ms
  mean:    3.4 ms
  median:  2.9 ms
  stddev:  4.3
  stderr:  0.4 ms
  opms:    335.1±5.3 ops/ms
  cpms:    21447.7±337.1 chars/ms

@lambdalisue lambdalisue merged commit 80e218b into main May 8, 2023
7 checks passed
@lambdalisue lambdalisue deleted the deps branch May 8, 2023 15:34
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

1 participant