google / shipshape

Program analysis platform
Apache License 2.0
271 stars 35 forks source link

Investigate latency when using a running service #68

Closed ciera closed 9 years ago

ciera commented 9 years ago

amshali reports about a 5 second latency to run, even when analyzing a file in the same directory. We should make sure this is mostly/entirely the analyzer and that there aren't obvious performance problems in shipshape.

supertriceratops commented 9 years ago

It looks like when I run shipshape in its default mode on a single .shipshape file it still takes 19seconds.

supertriceratops commented 9 years ago

Actually it is just me, it looks like no one else is having these kinds of performance problems. Leaving open since latency could be improved, but downgrading priority.

supertriceratops commented 9 years ago

Fixed issues I was having by updating our docker inspect command.

ciera commented 9 years ago

Seems to be confirmed for me now. Initial run takes about 5 seconds, subsequent runs are taking 3 seconds.