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 9bc4200 commit a76dc55Copy full SHA for a76dc55
libcxx/test/benchmarks/spec.gen.py
@@ -74,5 +74,5 @@
74
75
# Parse the results into a LNT-compatible format. This also errors out if there are no CSV files, which
76
# means that the benchmark didn't run properly (the `runcpu` command above never reports a failure).
77
- print(f'RUN: %{{libcxx-dir}}/utils/parse-spec-results %T/result/CPUv8.001.*.train.csv --output-format=lnt > %T/results.lnt')
+ print(f'RUN: %{{libcxx-dir}}/utils/parse-spec-results %T/result/*.train.csv --output-format=lnt > %T/results.lnt')
78
print(f'RUN: cat %T/results.lnt')
0 commit comments