[webkit-changes] [WebKit/WebKit] 94ffe3: Make ConnectionRunLoopTest.SendLocalSyncMessageWit...

Kimmo Kinnunen noreply at github.com
Wed Sep 18 04:18:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94ffe3454ef85d60f9448bc61d42dd7dd6f54833
      https://github.com/WebKit/WebKit/commit/94ffe3454ef85d60f9448bc61d42dd7dd6f54833
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/IPC/ConnectionTests.cpp

  Log Message:
  -----------
  Make ConnectionRunLoopTest.SendLocalSyncMessageWithDataReply* faster
https://bugs.webkit.org/show_bug.cgi?id=279613
rdar://135907195

Reviewed by Cameron McCormack.

Speed up the test by using ASSERT_EQ on the 100mb data verification
only if the assert would fail.

Reduce the iterations.

>From 30s to 5s on MBP M1.

* Tools/TestWebKitAPI/Tests/IPC/ConnectionTests.cpp:
(TestWebKitAPI::TEST_P):

Canonical link: https://commits.webkit.org/283835@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list