daniels changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
privacy has joined #freedesktop
mrpops2ko has quit [Remote host closed the connection]
<dj-death>
daniels: trying to cover some optimization paths that kick in only above a certain threshold
dcunit3d has quit [Remote host closed the connection]
dcunit3d has joined #freedesktop
scrumplex_ has quit [Quit: Quassel - Signing Off]
scrumplex has joined #freedesktop
privacy has joined #freedesktop
<daniels>
dj-death: the main thing is just checking that runtime doesn't creep up too far - maybe we could extend ci_run_n_monitor to print time histograms?
pjakobsson_ has joined #freedesktop
pjakobss- has joined #freedesktop
pjakobsson has quit [Ping timeout: 480 seconds]
pjakobsson_ has quit [Ping timeout: 480 seconds]
alpernebbi has joined #freedesktop
alpernebbi has quit []
<dj-death>
daniels: thanks, "too far" is a bit loose :)
alpernebbi has joined #freedesktop
<daniels>
>= 15min
alpernebbi has quit []
alpernebbi has joined #freedesktop
Juest has joined #freedesktop
<dj-death>
would have to check how far we are from the limit
<dj-death>
the main bottleneck might be to build sub-test list :(
<daniels>
yeargh
<daniels>
it would be awesome if we could somehow pre-build that and load it as an mmaped file or something
<dj-death>
oh but I'm dumb
<dj-death>
instead of passing the entire fucking list
<dj-death>
I can just use the chunk that I need from the source repo