From patchwork Fri Dec 1 17:28:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 81161 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 046F5385E007 for ; Fri, 1 Dec 2023 17:28:55 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id EB7D13856DD4; Fri, 1 Dec 2023 17:28:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EB7D13856DD4 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org EB7D13856DD4 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701451719; cv=none; b=FMWjKy+vdUgCUcFv/xtvvN11TkRr9EFZnf5w3qxjy1e+7qxbyrw8MV62g2dJVLJAS08saJr0SI7skBxoS54Xrfz58aJeDyvkFAMViR5p+LypvPVw42hh7XTLD4CQcPEomtVYBDdYC1rCCr2btt9H/GcnKYooFVOONTytzBh25/4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701451719; c=relaxed/simple; bh=vyazY/b14YvWSR19c+S8Qxegc05uHFV1YNF/oppFqO4=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=mCmD6BmcbU3GB7w7P7ZEYwDNqZA38nDzX/qxdhOyf3MDA3bWs6NbKeYE35Z8yC/39OjH4Leru+XrILOYEiTYnsORhZ68ATIDcsCxMOr1NQXDC3wZQd/h/MlT+GrWYTaDKF1N+i225REOSq1xYYyk9zDFuewyvJvI0nPMfyvrJ7U= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 8BA1633E4C; Fri, 1 Dec 2023 12:28:37 -0500 (EST) Received: from [192.168.43.238] (ip-109-43-113-93.web.vodafone.de [109.43.113.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id EC27233E79; Fri, 1 Dec 2023 12:28:36 -0500 (EST) Date: Fri, 1 Dec 2023 18:28:34 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: [pushed] wwwdocs: benchmarks: Remove http://annwm.lbl.gov/bench/ MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20231201172837.8BA1633E4C@hamza.pair.com> X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org This has been unreachable for months (at least). If any of you is aware of some other link to add to https://gcc.gnu.org/benchmarks/ please let me know. Gerald --- htdocs/benchmarks/index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/htdocs/benchmarks/index.html b/htdocs/benchmarks/index.html index 6ccee355..ee3a2161 100644 --- a/htdocs/benchmarks/index.html +++ b/htdocs/benchmarks/index.html @@ -47,13 +47,6 @@ Environment (CSiBE), along with the testbed and measurement scripts.

Related benchmarks and scripts

-

-Charles Leggett runs several benchmarks (Bench++, Haney, Stepanov, OOPACK) -comparing various versions of GCC and KAI KCC with several optimization -levels. Results can be found at -http://annwm.lbl.gov/bench/. -

-

SUSE runs various other C++ benchmarks and Polyhedron. Results can be found at