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

proxyless: speed up 'typeText' action #7536

Merged
merged 3 commits into from
Feb 24, 2023

Conversation

miherlosev
Copy link
Contributor

@miherlosev miherlosev commented Feb 24, 2023

Run a simple test 50 times.

fixture `TypeText speed up test suite`
    .page('https://devexpress.github.io/testcafe/example/');

for (let i = 0; i < 50; i++) {
    test('test', async t => {
        await t.typeText('#developer-name', 'Peter Parker');
    });
}

Execution time (from fastest):

  • improved proxyless mode (this PR) - 41s.
  • regular mode - 42s.
  • current proxyless mode (master) - 51s.

@miherlosev miherlosev temporarily deployed to CI February 24, 2023 02:55 — with GitHub Actions Inactive
@miherlosev miherlosev temporarily deployed to CI February 24, 2023 03:30 — with GitHub Actions Inactive
@miherlosev miherlosev temporarily deployed to CI February 24, 2023 05:13 — with GitHub Actions Inactive
@miherlosev miherlosev marked this pull request as ready for review February 24, 2023 05:17
@AlexKamaev AlexKamaev merged commit 5b776fe into DevExpress:master Feb 24, 2023
@miherlosev miherlosev deleted the proxyless_speed_up_type_text branch February 25, 2023 08:53
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

Release v2.4.0-rc.1 addresses this.

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.

2 participants