Skip to content

Commit 0a10adf

Browse files
committed
[Stress tester] Remove analyze_request_durations.py
It turned out that the analysis performed by this script wasn’t particularly helpful because it aggregated the results too early. The stress tester is now outputting all code completion timings. It’s better to analyze those usings standalone tools.
1 parent 2999e37 commit 0a10adf

File tree

2 files changed

+0
-143
lines changed

2 files changed

+0
-143
lines changed

analyze_request_durations.py

Lines changed: 0 additions & 140 deletions
This file was deleted.

run_sk_stress_test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import subprocess
2222
import argparse
2323
import platform
2424
import codecs
25-
from analyze_request_durations import analyze_request_durations
2625

2726
import common
2827

@@ -267,8 +266,6 @@ class StressTesterRunner(object):
267266
except common.ExecuteCommandFailure:
268267
self.compat_runner_failed = True
269268

270-
analyze_request_durations(request_durations)
271-
272269
success = self._process_output(results, self.xfails_path)
273270

274271
return success

0 commit comments

Comments
 (0)