public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Rework and enable ccache test
@ 2022-06-07  5:24 Uladzimir Bely
  2022-06-07  5:24 ` [PATCH 1/2] ci: Rework " Uladzimir Bely
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uladzimir Bely @ 2022-06-07  5:24 UTC (permalink / raw)
  To: isar-users

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-04  7:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  5:24 [PATCH 0/2] Rework and enable ccache test Uladzimir Bely
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox