Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116341 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 8740 invoked from network); 13 Nov 2021 11:37:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Nov 2021 11:37:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 933C71804BD for ; Sat, 13 Nov 2021 04:31:43 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 13 Nov 2021 04:31:43 -0800 (PST) Received: by mail-lf1-f44.google.com with SMTP id l22so29377324lfg.7 for ; Sat, 13 Nov 2021 04:31:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=craigfrancis.co.uk; s=default; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sOkaEzqxqM8wi08OaQoIEcijcS2qU3ucbu/UnsrGXm4=; b=jfCtm7dsqkGwgnAv68IbCkUGNr22sMsyHOno+dEpKTWB1aTp7RaRXqwToB2klox1fU mVxxvy4DPn4L6OYdprnqNZ0Bbo4mMBWxZaeH9Q2GmLm+r716hLkJXSe5suSCm/qUWPEu wJDcNr/8bqAMxwf+3oG/9XG3Dnfb6MYhTI4tI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sOkaEzqxqM8wi08OaQoIEcijcS2qU3ucbu/UnsrGXm4=; b=1Jf5AK0MJHQhMlxmBXWfnxVs8PupFXsEHsKQIb+aDov2FhxDqK3NOCnGdTHCcb5pFD 4yVGmq+Rqj7aqVERtjtQSNtG8FSTsVO/NZ3C2MQQJUrDoqbdX2u8f5j/XucQVg2wt5nS p6dsCrOR0OenDvoCbLIUn0eRGFl3MJ5bZIu6isTJnnbIq4iETzy2Rtqidy1JX1UywRUj 85rgKArJ5ndDqJxyeVMA+d/gRw/bd83IShcwO6gzrTUFPG3HvxEUIxc/8AzqSsbp0br5 dDHx6EdOeaGSb1Dwm4hYAnccx0xLXKlstYkIyEWRLN98AMo0xYy9OXbvgAXhzrscBlVI 1UOA== X-Gm-Message-State: AOAM531ntIg8ppXYwJ5LmnpqFtJAvhL2PQkaL/V5Olvh6pdjhYrxLlT1 IsSLmHDRGoDCkghIwUcd7uYxvR/ayojBMvj9UP28hg== X-Google-Smtp-Source: ABdhPJz0+jOQzMplvgo7BKCwNuA5oAR8qjloBPErJ/scHjuqLg6pgiHtsKPvr0SM9AHpsHGR4YwBJa6HGJ3GstYesZ0= X-Received: by 2002:a05:6512:23a7:: with SMTP id c39mr21377136lfv.655.1636806701295; Sat, 13 Nov 2021 04:31:41 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 13 Nov 2021 12:31:28 +0000 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000ff3a3305d0aac1d0" Subject: Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4 From: craig@craigfrancis.co.uk (Craig Francis) --000000000000ff3a3305d0aac1d0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 12 Nov 2021 at 10:19, M=C3=A1t=C3=A9 Kocsis wrote: > Furthermore, I'd have some questions regarding this project: > - Would you welcome automatic emails on internals (or on a dedicated > mailing list), just like how Intel did it? I'm not sure about the > frequency, but in my opinion, 1-2/month would be a sensible one, given > there is interest in it. I'm sure you know this already, but I'd be interested... I quite like knowing when regressions have happened as soon as possible; and having something which is keeping an eye on things, would hopefully highlight issues sooner. - Does anyone know how to get some sponsorship from AWS... Very funny, Amazon paying :-P - As always, I'm happy to receive feedback and improvements (ideally along > with an implementation :) ). For example, currently I've started working = on > some visualization and chart support, but frontend stuff is not my area o= f > expertise... For my sins, I can do some frontend stuff... are we talking CSS, SVG, and maybe a bit of the old JavaScript? If so, feel free to contact me off-list, I probably can't do anything in the next week or two, but I'm optimistically (naively) hoping I can clear some of my todo list :-) Craig --000000000000ff3a3305d0aac1d0--