We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selenium を使って負荷試験をするときに、Seleniumのインスタンスを使い回すことでリソースの効率を20%向上させた。
Seleniumのインスタンスを共有する そのためにタスクをスケジューラで管理して、あいているインスタンスに割り当てる。
https://dl.acm.org/doi/abs/10.1109/AST.2019.00008 https://ieeexplorae.ieee.org/document/8821989/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一言で言うと?
Selenium を使って負荷試験をするときに、Seleniumのインスタンスを使い回すことでリソースの効率を20%向上させた。
先行研究と比べてどこがすごい?
技術や手法のキモはどこ?
Seleniumのインスタンスを共有する
そのためにタスクをスケジューラで管理して、あいているインスタンスに割り当てる。
どうやって有効だと検証した?
議論はある?
次に読むべき論文は?
論文情報
著者
論文リンク
https://dl.acm.org/doi/abs/10.1109/AST.2019.00008
https://ieeexplorae.ieee.org/document/8821989/
The text was updated successfully, but these errors were encountered: