Skip to content

BUG: extend range for finding latest historical results#4

Merged
mattip merged 1 commit intopython:speed.pypy.orgfrom
mattip:speed.pypy.org
May 27, 2019
Merged

BUG: extend range for finding latest historical results#4
mattip merged 1 commit intopython:speed.pypy.orgfrom
mattip:speed.pypy.org

Conversation

@mattip
Copy link

@mattip mattip commented May 27, 2019

This gives a little more headroom to transition "latest" to an active environment.

The problem is we would like to compare "latest" from the same environment as specified in settings.DEF_ENVIRONMENT, but what happens if that environment is no longer active (as happens on speed.pypy.org where we have historical results from one machine but now run benchmarks on another). Since Revision does not specify an environment, we need to do a JOIN, which the code simulates by going back 100 results and then looking for a match

@mattip mattip merged commit 2aabac2 into python:speed.pypy.org May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant