[PATCH] D19053: [LNT] Some more docs for the LNT json file format.
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 09:35:45 PDT 2016
cmatthews added a comment.
On this topic, one thing I thought would be handy is a LNT command line interface for doing this. Something where it would be simple enough to invoke from a shell script. Not like this, but I was thinking:
lnt submitdata http://foo --machine bar --order 1234 --data nts.foo.compile=10 --data nts.foo.exec=20 --data nts.bar.exec=30
I'd use it all the time if it existed. There are many places where we generate data but don't put it into LNT because of the overhead of submission.
http://reviews.llvm.org/D19053
More information about the llvm-commits
mailing list