public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 0/2] Rework and enable ccache test
Date: Tue,  7 Jun 2022 07:24:03 +0200	[thread overview]
Message-ID: <20220607052405.28963-1-ubely@ilbers.de> (raw)

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


             reply	other threads:[~2022-06-07  5:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07  5:24 Uladzimir Bely [this message]
2022-06-07  5:24 ` [PATCH 1/2] ci: Rework " Uladzimir Bely
2022-06-07  5:24 ` [PATCH 2/2] ci: Add ccache test to fast and full test groups Uladzimir Bely
2022-07-04  7:06 ` [PATCH 0/2] Rework and enable ccache test Anton Mikanovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220607052405.28963-1-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox