We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffb8c7 commit b44b6e5Copy full SHA for b44b6e5
README.md
@@ -98,6 +98,12 @@ https://rubybench.org/admin/repos/ruby
98
99
Pattern: "all" is replaced with "", and any other string can filter benchmarks.
100
101
+### Run rake task
102
+
103
+```bash
104
+docker exec -it [container-id] sudo -E -u rubybench bundle exec rake oneshot:xxx
105
+```
106
107
### Run rails console
108
109
```bash
@@ -119,6 +125,12 @@ bundle exec rake db:drop db:create RAILS_ENV=development DISABLE_DATABASE_ENVIRO
119
125
cat /tmp/dump.sql | psql -U rubybench ruby-bench-web_development
120
126
```
121
127
128
+### Update ruby-bench-web repository in container
129
130
131
+/var/docker/launcher rebuild rubybench
132
133
122
134
## Deployment
123
135
124
136
### ruby-bench-web
0 commit comments