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

Daniel Dunbar daniel at zuster.org
Mon Aug 18 10:11:06 PDT 2014


On Monday, August 18, 2014, 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?


Note that this is also a kind of bogus assumption. PostgreSQL is not
generally substantially faster than SQLite, it just has better support for
concurrent writing and it has auto vacuuming (which can improve
performance, but irrelevant if you vacuum manually).

I don't think the switch alone is motivation on its own for writing heavier
weight queries... What I would like to see is infrastructure for doing
those queries in the background and caching results better.

 - Daniel
E

> > On Aug 15, 2014, at 5:52 AM, Yi Kong <kongy.dev at gmail.com <javascript:;>>
> wrote:
> >
> > Hi Chris,
> >
> > The public perf server has partially moved to PostgreSQL, making heavy
> > jobs like plotting geomean trend possible.
> >
> > This patchset teaches LNT to plot geomean, so that we can view the
> > trend of overall compiler performance over time.
> >
> > Also there's a minor improvements to the graph UI.
> >
> > Ok to commit?
> >
> > -Yi
> >
> <0001-Expose-calc_geomean-function.patch><0002-Teach-LNT-to-plot-geomean-trend.patch><0003-Label-the-test-name-if-there-are-more-than-one-plot.patch>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu <javascript:;>
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140818/63b33f94/attachment.html>


More information about the llvm-commits mailing list