From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 07F2D1F61A for ; Mon, 12 Dec 2022 04:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1670818922; bh=PJOkkmrbfFFSaEEZQ/XlDDutwQriSvl2hxxpDRoLBLE=; h=From:To:Subject:Date:From; b=reJ5C5L/Cd3uR2unTQ9yF7JfXnsnC2olZ5UakcncXlojtgAHPJSItojR9nkkaSU+I lBRrobjpcFd+quZ5AeSvgYhfZKrgVbVMcUTQC52dRgWshMb6wAXh1MCnVQRO67NqT3 2LuZfosXudxqvFZ93GgBvtryq31jEhKUnEniqyMw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] some sleep elimination Date: Mon, 12 Dec 2022 04:21:59 +0000 Message-Id: <20221212042201.510414-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Since I am having trouble sleeping, I won't be letting tests sleep, either :P No huge gains, but stuff w.r.t. inotify/EVFILT_VNODE probably coming... Eric Wong (2): tests: replace select/usleep calls with tick() t/httpd-unix: eliminate some busy waits t/cmd_ipc.t | 3 +- t/httpd-corner.psgi | 19 +++- t/httpd-corner.t | 2 +- t/httpd-unix.t | 208 ++++++++++++++++++++++++++------------------ t/nntpd.t | 6 +- 5 files changed, 146 insertions(+), 92 deletions(-)