diff --git a/wa/instruments/perf.py b/wa/instruments/perf.py index 331db76a..794fb24c 100644 --- a/wa/instruments/perf.py +++ b/wa/instruments/perf.py @@ -123,7 +123,7 @@ class PerfInstrument(Instrument): def setup(self, context): self.outdir = os.path.join(context.output_directory, self.perf_type) - self.collector.set_output(outdir) + self.collector.set_output(self.outdir) self.collector.reset() def start(self, context):