[PATCH] D19053: [LNT] Some more docs for the LNT json file format.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 03:56:30 PDT 2016


kristof.beyls created this revision.
kristof.beyls added reviewers: cmatthews, jeroen.dobbelaere.
kristof.beyls added a subscriber: llvm-commits.

A few people recently have asked me how to be able to quickly test out LNT on their own data.
For most of them, the quickest way to do so is to create a script to translate their data format to the JSON file to be submitted to the LNT server. The quickest way to do so is probably just seeing an example and a simple description of what the json file structure is, rather than use the APIs in lnt.testing.

After the evaluation of the LNT server and web-ui shows it's a useful tool, the recommended way to produce lnt json files remains using the lnt.testing api.

http://reviews.llvm.org/D19053

Files:
  docs/concepts.rst
  docs/contents.rst
  docs/importing_data.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19053.53530.patch
Type: text/x-patch
Size: 3298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160413/e7c7052b/attachment.bin>


More information about the llvm-commits mailing list