We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c09e3 commit 1aa3bbbCopy full SHA for 1aa3bbb
1 file changed
README.md
@@ -86,3 +86,20 @@ bundle exec rake test
86
87
## Discussion
88
Discuss features and direction of project: http://community.rubybench.org
89
+
90
+## Operations
91
+This section describes how to operate the server hosting this application.
92
93
+### Run ruby benchmarks manually
94
95
+Use Admin Console:
96
97
+https://rubybench.org/admin/repos/ruby
98
99
+Pattern: "all" is replaced with "", and any other string can filter benchmarks.
100
101
+### Run rails console
102
103
+```bash
104
+docker exec -it [container-id] sudo -E -u rubybench bundle exec rails c
105
+```
0 commit comments