From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7106364625045684224 X-Received: by 2002:ab0:684b:0:b0:373:60b6:5d88 with SMTP id a11-20020ab0684b000000b0037360b65d88mr15674387uas.75.1654579449167; Mon, 06 Jun 2022 22:24:09 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ab0:136b:0:b0:346:c4d0:f639 with SMTP id h40-20020ab0136b000000b00346c4d0f639ls771772uae.4.gmail; Mon, 06 Jun 2022 22:24:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxFrrK9vAxkEDhyFOTKm3weEVX0g0egqIizFKs1ebSQgNeR3u2ihLrCEYFO+T6Epuu64gR6 X-Received: by 2002:ab0:5a95:0:b0:369:1a3f:358c with SMTP id w21-20020ab05a95000000b003691a3f358cmr24531391uae.63.1654579448533; Mon, 06 Jun 2022 22:24:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1654579448; cv=none; d=google.com; s=arc-20160816; b=I3bI5KblobbNaKMMnGdx6qL4JADTFJ0CCtv5GSAPwipGfg5XSvY0OK0bsEZRwYsX4Z g65PQh5SxJKue0fBN6rqQoKoKXiyV+DTlctR5imZ2PPNYH+QZpTr1U7DIDnI3BmTpeM/ 7T8G6OraMYR1Wjmjc6U6cEBpf8yXkb581Vvw1exNLsEjzcnqB4Mb1rh1PwGt9Sl7IvcM qwwyws5Cy0hY+wso4HSAEmsmyzwFwyKqwUEkNSW4nGZkFHAh4YK80wCkmP/8GnrF7sgY wUMLI/wreLecfjb7mjt6d3RGBlt/VMOwbAaxAcyzBOs04xxgXhgwC1riy2fLMle0pQzp Tc+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from; bh=O6P1pvjbRwmEsb2cJG9gb3q/a2n2/oplyrhHgqFijzo=; b=GKO8NFTxDI+SKl9L7b0KcT8IeNJvHJA99Nycfs1j5HnRyvxGg3jQyOw0vnvjGAA3ld 4nLrSzJuFstaP72PEQlV2KK+8FJC6jBhVVoNnWyVvut4gUrhSILOT5mVBj++50/YYJhe tFX05jcdZZTnck0Pn8i6RN7GLfPMudAGMeVdaDHWwLkUaypFABnYcFJk9ZY48sT2JR9Y xzi2MgYxJ6Su7rA2pEor+JxIZooSMRa6/sBlvSUoTbwcjDId78pYLpYrRAMnrA8PUfxJ hRYjL/gcdixZ9xDLPtrffh8tc8abUfFPJPF11l9EIPvIiVH0w5zGvRxkOnX6HaWRIIv4 dBcg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id e17-20020a056122041100b003529b5015acsi763370vkd.2.2022.06.06.22.24.07 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Jun 2022 22:24:08 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2575O53I029926 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 7 Jun 2022 07:24:05 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH 0/2] Rework and enable ccache test Date: Tue, 7 Jun 2022 07:24:03 +0200 Message-Id: <20220607052405.28963-1-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: E8jXAfUPI7fH This series makes ccache test use internal ccache statistics instead of test time measurements. Ccache stats files are: CCACHE_DIR/*/stats CCACHE_DIR/*/*/stats Line 22 in this files keeps corresponds to 'direct_cache_hit' value. Summing up the values from all files, we can receive the same result as 'ccache -s' gifes for 'Summary - Hits - Direct'. Uladzimir Bely (2): ci: Rework ccache test ci: Add ccache test to fast and full test groups testsuite/cibase.py | 33 ++++++++++++++++++++++++--------- testsuite/cibuilder.py | 3 +++ testsuite/citest.py | 4 ++-- 3 files changed, 29 insertions(+), 11 deletions(-) -- 2.20.1