[PATCH] [LNT] Teach LNT to plot geomean trend

Yi Kong kongy.dev at gmail.com
Tue Aug 19 06:20:25 PDT 2014


On 18 August 2014 17:33, Chris Matthews <chris.matthews at apple.com> wrote:
> When you say “making heavy jobs… possible”, does this mean anyone using sqlite is going to experience a noticeable slowdown?  If so, do you have any guess on the impact?
>

Public perf server was quite unstable on SQLite and longer access time
will probably expose more concurrency issues and make it even worse.
With PostgreSQL in place, it can process slightly heavier queries.

On the performance side, each plot incurs around 9 seconds rendering
time on my SQLite setup with more than 1200 records. I updated the
second patch to tweak the performance, now it takes about 7 seconds
and uses less memory. For comparison, plotting history trend of a
single test takes 3 seconds.

Under normal usage, this shouldn't affect the server load too much.

-Yi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Teach-LNT-to-plot-geomean-trend.patch
Type: text/x-patch
Size: 8217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140819/b88e0a0b/attachment.bin>


More information about the llvm-commits mailing list