You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/en.yml
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,7 @@ en:
59
59
"%{category}" does not have any results. Please select another
60
60
Benchmark Type.
61
61
view_github: View on Github
62
-
user_scripts: "user_scripts/%{name}"
63
-
run_locally_tip: |
64
-
<p>You can run this benchmark locally using the <code>rubybench_runner</code> gem:</p>
65
-
<pre>gem install rubybench_runner
66
-
rubybench_runner run rails/%{script}</pre>
67
-
More details <a href="%{path}">here</a>.
62
+
run_locally_tip: You can run this benchmark locally using the <code>rubybench_runner</code> gem. More details <a href="%{path}">here</a>.
68
63
69
64
index:
70
65
commits_benchmark: Commits Benchmarks
@@ -126,10 +121,7 @@ en:
126
121
</li>
127
122
<li>Pick one of the <a href="https://rubybench.org/rails/rails/commits">available rails benchmarks</a> and copy the GitHub link of the script (it's the "View on Github" button).</li>
128
123
<li>Run:
129
-
<pre>rubybench_runner run rails/<script_name> --rails=/path/to/rails</pre>
130
-
You can get <code>script_name</code> from the page of the benchmark that you want to run at rubybench.org.
131
-
<br>
132
-
If you have Rails cloned in your home directory, you can omit the <code>--rails</code> flag.
124
+
<pre>rubybench_runner run rails <script_url> <path_to_rails_clone></pre>
133
125
</li>
134
126
<li>If the benchmark requires a database server, then you need to specify the <code>--db</code> option. Run <code>rubybench_runner --help</code> for details.</li>
0 commit comments