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: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 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 C57F21F8C6 for ; Tue, 27 Jul 2021 20:17:50 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B33933982439 for ; Tue, 27 Jul 2021 20:17:49 +0000 (GMT) Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 5DB0F3839C65 for ; Tue, 27 Jul 2021 20:17:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5DB0F3839C65 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: vkL+czasZD4lOVTSnxd0uDKdSkFqGTaTSNgbH0cN2y2Uj/LLj4oPojHQ4KAyPZSlVnbNkkrZZG E1VoH2SZ0e1ya+mNS/mgu58o23L1OSWcpP35m1x6CMTZHK3hkENmDoG5n6LhwQvWJ4fpGFjcZS 8iuI4Dv4ZtlK+JOvv5hdNZnRypRVZEC4SASvO4+w8r9K5fOwa4BfE9nvvMELJNjvyaBPsqJuEg Xn86FMJ26wJSYfKyiQGh7s0N3ix7PocO7o2X+I5c2TiyCZ0V+1nTvmSOaOXeIx7esyjr5K18iU KrvWUF6cq0sVoB81olhJijRx X-IronPort-AV: E=Sophos;i="5.84,274,1620720000"; d="scan'208";a="64158534" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 27 Jul 2021 12:17:34 -0800 IronPort-SDR: aSTLjga4oikE9IcqLDJOEc0+hx2rMexbf/5NOdrQDEo6WXud/O4zObssCfEW8hlYLtbQaWRLVy tQmMTwMhXARzl+hvTx7fcGVjyALYz4jnKEh+F8WMLzUNB71shMBvYTfph1lrcCxZz/RcMWfjQN d2S/Na5rMR/Xhw/9vZ6f/dceSSHeI216Yrw650eRdnSqKL3yNWykuNrsEOSr2W1V1YFNfIDvoZ oXys71KbEU9TVAj+U0qBD9Qn3Z6DOl8yLCMqfvTHoqzDrsA1I/+uIYwkmRdsox4wkNg4ngenRY nDc= Date: Tue, 27 Jul 2021 20:17:29 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Naohiro Tamura Subject: Re: [PATCH v2 3/5] benchtests: Add a script to convert benchout string JSON to CSV In-Reply-To: <20210720063540.362366-1-naohirot@fujitsu.com> Message-ID: References: <20210713082214.307529-1-naohirot@fujitsu.com> <20210720063540.362366-1-naohirot@fujitsu.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libc-alpha@sourceware.org, Wilco Dijkstra Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Tue, 20 Jul 2021, Naohiro Tamura via Libc-alpha wrote: > +jq -r ' I don't think introducing a use of a new tool like that (not mentioned in install.texi) is a particularly good idea. I'd suggest implementing this conversion in Python, given that the Python standard library supports both JSON and CSV and is already used for various purposes in glibc scripts. -- Joseph S. Myers joseph@codesourcery.com