tfjs
tfjs copied to clipboard
[browserstack benchmark tool] Move CodeSnippet from server to client
This PR moves CodeSnippet to benchmark from server sider to client side.
Specifically: Previously, CodeSnippet is hard-coded in a server file (benchmark_model.js), which will be executed by BrowserStack instances. This PR moves CodeSnippet to client side, and, let the client side to pass the CodeSnippet to the server side.
After this PR, we could add UI elements to enable users to edit codeSnippet (client side).
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.