We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6a3e commit 6f79ab4Copy full SHA for 6f79ab4
benchmark/scripts/Benchmark_Driver
@@ -718,7 +718,7 @@ class BenchmarkDoctor(object):
718
return measurements
719
720
def analyze(self, benchmark_measurements):
721
- """Analyze whether benchmark fulfills all requirtements."""
+ """Analyze whether benchmark fulfills all requirements."""
722
self.log.debug("Analyzing %s", benchmark_measurements["name"])
723
for rule in self.requirements:
724
rule(benchmark_measurements)
0 commit comments