From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) by mail.toke.dk (Postfix) with ESMTPS id A146F8C34B4 for ; Sun, 26 Sep 2021 21:10:39 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=b5FTOsfV Received: from github-lowworker-fa7043e.ash1-iad.github.net (github-lowworker-fa7043e.ash1-iad.github.net [10.56.109.45]) by smtp.github.com (Postfix) with ESMTP id D036C560031 for ; Sun, 26 Sep 2021 12:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632683437; bh=3u4ZB6mLilbPkzNlYo2djnBdU40tX1Q/Pob3D227Iko=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=b5FTOsfVWRrH/Er6Dum2bLx0mbrdRco43J4ujdbDGvTtpoqlG1kDlZ7lywXFYqzxs BWS49HSVW+AcNwZK1F+W2Wa247zsT1uTFp+b6VbZY2dcgXNhCG0mUqfKVUfkfHzasa R3FUq3zUtAdnDg8Y+ToOIB5PnCuHTcreLJPQcxO0= Date: Sun, 26 Sep 2021 12:10:37 -0700 From: Shashank D To: tohojo/flent Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6150c5adc1dc7_3fa4c760260239"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: shashank68 X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: FF6IJBMUFICN3SD4CPH7WMDNN3RF7VSM X-Message-ID-Hash: FF6IJBMUFICN3SD4CPH7WMDNN3RF7VSM X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] [tohojo/flent] Draft: Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6150c5adc1dc7_3fa4c760260239 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closes #236 Signed-off-by: Shashank D <shashankindiamanoj@gmail.com> You can view, comment on, or merge this pull request online at: https://github.com/tohojo/flent/pull/237 -- Commit Summary -- * RunnerScripts: Stop collecting stats based on test endtime -- File Changes -- M flent/runners.py (7) M flent/scripts/ss_iterate.sh (9) M flent/scripts/tc_iterate.sh (6) -- Patch Links -- https://github.com/tohojo/flent/pull/237.patch https://github.com/tohojo/flent/pull/237.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/237 ----==_mimepart_6150c5adc1dc7_3fa4c760260239 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closes #236

Signed-off-by: Shashank D shashankindiamanoj@gmail.com


You can view, comment on, or merge this pull request online at:

  https://github.com/tohojo/flent/pull/237

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6150c5adc1dc7_3fa4c760260239--