Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
scmperf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
scmperf
Commits
07e0f090842c
Commit
07e0f090842c
authored
6 years ago
by
Boris Feld
Browse files
Options
Downloads
Patches
Plain Diff
Update README for the launch.sh rewriting in Python
parent
c997aef40c0a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
07e0f090
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
You can follow the Dockerfile content which is basically:
You can follow the Dockerfile content which is basically:
*
Install the dependencies with
`pip install -r requirements.txt`
*
Install the dependencies with
`pip install -r requirements.txt`
*
Prepare the repos, asv specifics file and launch the workers with:
`./launch.
sh
`
*
Prepare the repos, asv specifics file and launch the workers with:
`./launch.
py
`
*
Get the webserver running for showing the results with:
`asv preview`
*
Get the webserver running for showing the results with:
`asv preview`
For pull/push benchmark with ssh you have to setup a ssh-key without passphrase (or rely on ssh-agent).
For pull/push benchmark with ssh you have to setup a ssh-key without passphrase (or rely on ssh-agent).
...
@@ -41,8 +41,8 @@
...
@@ -41,8 +41,8 @@
How to run all benchmarks on the default revisions
How to run all benchmarks on the default revisions
--------------------------------------------------
--------------------------------------------------
$ ./launch.
sh
$ ./launch.
py
How to run all benchmarks on specific revisions
How to run all benchmarks on specific revisions
-----------------------------------------------
-----------------------------------------------
...
@@ -45,8 +45,8 @@
...
@@ -45,8 +45,8 @@
How to run all benchmarks on specific revisions
How to run all benchmarks on specific revisions
-----------------------------------------------
-----------------------------------------------
$ ./launch.
sh
"0b63a6743010+33ac6a72308a"
$ ./launch.
py
"0b63a6743010+33ac6a72308a"
(any revset are supported)
(any revset are supported)
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
Running one benchmark only
Running one benchmark only
$ ./launch.
sh
"0b63a6743010+33ac6a72308a" --bench track_commit
$ ./launch.
py
"0b63a6743010+33ac6a72308a" --bench track_commit
Running one pypy variant only
Running one pypy variant only
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
Running one pypy variant only
Running one pypy variant only
$ ./launch.
sh
"0b63a6743010+33ac6a72308a" --bench "netbeans-2018"
$ ./launch.
py
"0b63a6743010+33ac6a72308a" --bench "netbeans-2018"
Running one test with one variant
Running one test with one variant
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
Running one test with one variant
Running one test with one variant
$ ./launch.
sh
"0b63a6743010+33ac6a72308a" --bench "track_commit.
*
mozilla-central"
$ ./launch.
py
"0b63a6743010+33ac6a72308a" --bench "track_commit.
*
mozilla-central"
Comparing results
Comparing results
=================
=================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment