<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<div style="">
<p dir="auto">Note that this is the running in isolation, the contribution to the total running time is not clear from the above since we run the tests in parallel. The parallelization we have already with the <code>make -j$(nproc)</code> may be increased further since we have idling processes. We could try '-j' as well.</p>
<p dir="auto">If not, for the <code>sleep</code> tests we can improve them by using <code>virt-sleep.h</code>. For the <code>rng-op</code> tests we have a dedicated issue <a href="https://gitlab.com/gnutls/gnutls/issues/669" data-original="#669" data-link="false" data-link-reference="false" data-project="179611" data-issue="17086180" data-reference-type="issue" data-container="body" data-placement="bottom" title="tests/rng-op-key extrmely slow on the MinGW runners" class="gfm gfm-issue has-tooltip">#669</a> and by a brief look the test seems to be not tied to the code it is testing, thus we may be able to optimize it.</p>
<blockquote dir="auto">
<p>Maybe that list helps to separate tests into directories/groups that could by run in parallel on different runners</p>
</blockquote>
<p dir="auto">More directories reduces parallelization with make. A new runner will add an additional load due to bootstrap/configure and we do not know if a separate machine is used or just another container in the same physical system. Maybe the <code>nproc</code> approach will prove more beneficial</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/674#note_131298540">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/26d7a5d67f8efa8cdb2fb6a5666dfe99/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/674#note_131298540"}}</script>
</p>
</div>
</body>
</html>