kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Logs take a long time to load #66

Closed ezyang closed 4 years ago

ezyang commented 4 years ago

That takes several seconds; I would have hoped that it loads near instantaneously

kostmo commented 4 years ago

I've eliminated some layers of indirection that had crept in over the course of some refactorings.

Log context now generally loads in under 200ms.

CC @soumith, @suo