# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1533158113 -7200 # Wed Aug 01 23:15:13 2018 +0200 # Node ID 388ece94a541042e6fd7f5c71aca19468760820a # Parent f9839a0079c761218120e273aba13dc731dc47bf repo: add pypy as a target repository diff --git a/repos.make b/repos.make --- a/repos.make +++ b/repos.make @@ -1,6 +1,6 @@ SOURCE=https://static.octobus.net/asv/ -all: repos/mercurial-2018-08-01.benchrepo repos/mozilla-central-2018-08-01.benchrepo +all: repos/mercurial-2018-08-01.benchrepo repos/pypy-2018-08-01.benchrepo repos/mozilla-central-2018-08-01.benchrepo repos/mercurial-2018-08-01.benchrepo: (cd repos/; curl $(SOURCE)/mercurial-2018-08-01-reference.tar | tar x; hg -R mercurial-2018-08-01-reference update tip) @@ -15,3 +15,10 @@ (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-last-ten.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-last-thousand.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-same.tar | tar x) + +repos/pypy-2018-08-01.benchrepo: + (cd repos/; curl $(SOURCE)/pypy-2018-08-01-reference.tar | tar x; hg -R pypy-2018-08-01-reference update tip) + (cd repos/.cache/; curl $(SOURCE)/pypy-2018-08-01-partial-last-hundred.tar | tar x) + (cd repos/.cache/; curl $(SOURCE)/pypy-2018-08-01-partial-last-ten.tar | tar x) + (cd repos/.cache/; curl $(SOURCE)/pypy-2018-08-01-partial-last-thousand.tar | tar x) + (cd repos/.cache/; curl $(SOURCE)/pypy-2018-08-01-partial-same.tar | tar x)