Show More
Commit Description:
- fix authorization for viewing submission, only admin can view all problems all the time, normal user depends on right.view_submission and problem.available?...
Commit Description:
- fix authorization for viewing submission, only admin can view all problems all the time, normal user depends on right.view_submission and problem.available? - add max score query
References:
File last commit:
Show/Diff file:
Action:
test/load/NOTES | 7 lines | 147 B | text/plain | TextLexer |
Jittat Fakcharoenphol
added first page load test on localhost
r314 How to call
===========
Load test for front page:
Jittat Fakcharoenphol
load test reads site_url from command line
r315 ruby runner.rb common_visitors.rb FirstPageViewer 20 -t 10 --site_url=http://localhost/cafe
Jittat Fakcharoenphol
added first page load test on localhost
r314