[PATCH] D39506: Add a script to run various benchmarks and send the result to lnt

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 13:51:27 PDT 2017


MatzeB added a comment.

> Lnt is both a server and a set of script for benchmarking llvm.



> I don't think it makes sense to use the scripts for lld since our benchmarks are quite different.

Indeed and as far as I am concerned, I'd like to see the "benchmark running" part of LNT go away and be replaced by scripts that ship with the test suites even for the existing suites.



================
Comment at: utils/benchmark.py:27
+parser.add_argument('--url',
+                    default='http://localhost:8000/db_default/v4/link/submitRun')
+args = parser.parse_args()
----------------
Looks like you create a new schema. It's probably best if you put the schema file next to the benchmark/submission script.


https://reviews.llvm.org/D39506





More information about the llvm-commits mailing list