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-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D98081F5AE for ; Mon, 3 Aug 2020 12:42:38 +0000 (UTC) Received: by mail-ej1-x62d.google.com with SMTP id g19so24639993ejc.9 for ; Mon, 03 Aug 2020 05:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=natanson-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+HYiNMcdHcCCtOEyS4hXoB7p8pIvdMxFpbb5i4pWVaE=; b=T0JP3BqwR5jhwZw5Wulu0dBbMIqeYltyR8Y6uMBUKO3romKBLKQAlg47x3pBzTdACc Z3YZfs7RMvJHKIkfLuCU4OMyBZ8Ykudd4CLZFxWUs4SMMFAv8MqSjsCK1sE8iSaVyI3h ktRt+GLTxtCm6izeozyIRo9PWMqhF+E6gLnO8v02Rzx0YwXREalIjuqHifq+tCKMPx1U KvG0woSpbPFHYp67OE2SnwBDVdR+sPHu/0iOd+xZyVNXPKIdoctqYUylSra2Ud6RuPh9 jemW1hKawlG4Jn8FaSb7ywNJMMfYZoD75Md6rfayu0HcHxColueZEnQ6cqV7kSAW+Zfy Dceg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+HYiNMcdHcCCtOEyS4hXoB7p8pIvdMxFpbb5i4pWVaE=; b=tkUhcukcIlMHXFPorhc/S94HZTdYzXoI2Wrjbh3AUsLuOn752vJbsEvyQLKDJMVCld /guauBqEAJT0S0qron0pdzD2N9DWzEb4ClysWanB8IxROJxT8HcEmYWkuoWgruULvuKl izKCgnnt/UX3xes8NsVPn4SybKNTetPcUIaGJtfAL4kwlQldw1NeWrg99zmCzNyF3523 IABCl4le+HA8S4vNZXNV3bFl5Xf/U0A/cPQBJsOtWnHRDikf5CsJYUNMSg341GI7IECe T6B5HgQ+6vau88ZeZEiF6aY8OcCPLereC0NYULxutU4Rh4ImVvsNqAZ4wgcFPWGRczdE biJw== X-Gm-Message-State: AOAM530nmbz8TRXLo5DV4Xn9+SOZA6v6poICfOQOSMEcb1E595mTUBbt sOPon8f+qE2ORPnaav1RcMIw+DnQjelLLROh+y/IenQI X-Google-Smtp-Source: ABdhPJzk/XUZtBkaW39JyQE219B6hXqQNfx5hZXyYWVj1WY0icmLRGzPQnRVneRst45oBTn9yQFwjWBVVtE5Dfj+nXs= X-Received: by 2002:a17:906:ce43:: with SMTP id se3mr16220416ejb.403.1596458557353; Mon, 03 Aug 2020 05:42:37 -0700 (PDT) MIME-Version: 1.0 References: <20200802185557.GA21310@dcvr> In-Reply-To: <20200802185557.GA21310@dcvr> From: Josh Natanson Date: Mon, 3 Aug 2020 08:42:26 -0400 Message-ID: Subject: Re: [PATCH] Added optional POWER argutment to $response_time. To: Eric Wong Cc: clogger-public@yhbt.net Content-Type: text/plain; charset="UTF-8" List-Id: Thanks Eric, will try to address and resubmit shortly, with the exception of the term "POWER". I went that route after seeing your C variable name, but I double-checked and "power of 10" seems to be the clearest language to use, so I'm inclined to leave it as is (unless you have a specific alternative suggestion).