Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116555 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 72322 invoked from network); 2 Dec 2021 10:00:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 2 Dec 2021 10:00:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EBCDE18037F for ; Thu, 2 Dec 2021 02:59:41 -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.5 required=5.0 tests=BAYES_20, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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-ua1-f53.google.com (mail-ua1-f53.google.com [209.85.222.53]) (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 ; Thu, 2 Dec 2021 02:59:41 -0800 (PST) Received: by mail-ua1-f53.google.com with SMTP id y5so54956655ual.7 for ; Thu, 02 Dec 2021 02:59:41 -0800 (PST) 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:content-transfer-encoding; bh=22n0+zyErMQKmHX4ViPj9yxDF/Erb+oJroGAhufRB7E=; b=t2h49pfln0q7swTyEndRx+OhDdgAYVHwROpkCjWkPN9tnDjqD06kLNsY5z4YxUvFxC fbQ/xyzmmZVI7qtIM9UxPqmVQmWVHQASAZ8yvz3kHBrnDDxN5eWYgvp21p6SJ3qn8IJY UlQSoIWsf7BEBjYGHtWinKKy/uEr5tkTaXRDMF4vyT21bzLl49GFvzQIUKAgBEZ1v43i ACgXQKKPSmdnnGQOKorp7Ht57zOpnOxvby4q5txesAzQzY8Y2RJDSmy96fwJDEhCIdDq OIGbqEDgNFKLvO6f3+VSuPzTzPFkYvdpiEh+57+0eXgE3eRzPJdabcYb+SnB49GvliHk zOhA== X-Gm-Message-State: AOAM532UcB6XahEZ0GKJ1BC64K6gjCKehi7qm0Q9fstzCOMYDTsUN1Zc TiKsvuqKoIS58rdFAJwTo6Bll7eauM9NVzQ3N76u0sh9gw== X-Google-Smtp-Source: ABdhPJy3pzw/qbRUMmGHpvT6y9hUTiaW+ffD5cazpDflprGQCCIjk00KRyYOQS6+S4DusLDAg5+gev1nFMYStrmjjjU= X-Received: by 2002:ab0:3898:: with SMTP id z24mr13909439uav.26.1638442780718; Thu, 02 Dec 2021 02:59:40 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 2 Dec 2021 11:59:30 +0100 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: Deleu , Craig Francis , PHP Internals List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Automatic performance benchmarking: PHP 8.1 is ~30% faster than PHP 7.4 From: patrickallaert@php.net (Patrick ALLAERT) Le jeu. 25 nov. 2021 =C3=A0 19:17, M=C3=A1t=C3=A9 Kocsis a =C3=A9crit : > > Sorry Folks, but I have to provide some update about the results: > > Unfortunately, due to a silly bug in my calculator code, the % difference= s > in the benchmark results were slightly off from their real values, so I > have just retroactively adjusted them. > In fact, the Symfony demo app on PHP 8.1 is ~23% faster than on PHP 7.4, > while Laravel runs ~21.5% faster on PHP 8.1 than on PHP 7.4. In my opinio= n, > this performance increase > is still very remarkable, so I'm not disappointed at all that the > improvement is slightly less dramatic than I previously suggested. In any > case, sorry for the misleading news! > > I wish a happy PHP 8.1 release party to everyone: > M=C3=A1t=C3=A9 Hi M=C3=A1t=C3=A9, Thank you for those stats. Would you have the chance to have some data including PHP 8.0 as well? Because without PHP 8.0 data, we can't deduce anything about what PHP 8.1 brings over PHP 8.0 and or 8.0 over 7.4. Virtually, 8.1 may even be slower than 8.0 if the big increase of performance happened in 8.0. Cheers, Patrick