Skip to content

Commit 1aa3bbb

Browse files
committed
Add operation document on README.md
1 parent 19c09e3 commit 1aa3bbb

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,20 @@ bundle exec rake test
8686

8787
## Discussion
8888
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

Comments
 (0)