tfjs icon indicating copy to clipboard operation
tfjs copied to clipboard

[browserstack benchmark tool] Move CodeSnippet from server to client

Open Linchenn opened this issue 3 years ago • 0 comments

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.


This change is Reviewable

Linchenn avatar Aug 10 '22 01:08 Linchenn