Skip to content
Snippets Groups Projects
Commit f9839a00 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

repo: add mozilla central as benchmark target

parent 03be5739
No related branches found
No related tags found
No related merge requests found
SOURCE=https://static.octobus.net/asv/
all: repos/mercurial-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)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-hundred.tar | tar x)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-ten.tar | tar x)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-thousand.tar | tar x)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-same.tar | tar x)
......@@ -3,6 +5,13 @@
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)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-hundred.tar | tar x)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-ten.tar | tar x)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-thousand.tar | tar x)
(cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-same.tar | tar x)
repos/mozilla-central-2018-08-01.benchrepo:
(cd repos/; curl $(SOURCE)/mozilla-central-2018-08-01-reference.tar | tar x; hg -R mozilla-central-2018-08-01-reference update tip)
(cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-last-hundred.tar | tar x)
(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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment