perf_check icon indicating copy to clipboard operation
perf_check copied to clipboard

PERRRFFF CHERRRRK!

Results 20 perf_check issues
Sort by recently updated
recently updated
newest added

Create one single class to compute summary statistics on a list of profiles.

An object representing a run or `perf_check` could keep all the profiles. Then `perf_check.profiles` could return all the measurements. Statistics code and figure out how to interpret depending on the...

Most applications use some form of authentication so it's probably useful to add some sort of mechanism to PerfCheck to select a role and/or user for authentication. I think we...

There is no really good reason to continue trying to perform requests when a git reset fails. We could technically differentiate between fatal errors (e.g. git issues) and acceptable failures...

putting '@PerfCheck' into a github PR causes a perf check to be run. However, when the database that perf check uses is being backed up, perf-check reports spurious, random errors....

Some app changes appear only with envar changes, so it should be possible to set envars on the "control" test and set the same envars on the "test" runs. Suggested:...

Let's check out whether it's a need to force-set cache_classes when code isn't being changed between requests. Basically, is it a consistent amount of overhead? Widely variable?