| Index: tools/lua/ngrams.lua
|
| diff --git a/tools/lua/ngrams.lua b/tools/lua/ngrams.lua
|
| index c94ffb3b38fd5da51e57d2986557c1adaf4275b9..ddbbc9b2db3fb822ef3c6bd51917b1eb8c2e416e 100644
|
| --- a/tools/lua/ngrams.lua
|
| +++ b/tools/lua/ngrams.lua
|
| @@ -2,7 +2,8 @@
|
|
|
| -- To test this locally, run:
|
| -- $ GYP_DEFINES="skia_shared_lib=1" make lua_pictures
|
| --- $ out/Debug/lua_pictures -q -r $SKP_DIR -l tools/lua/ngrams.lua > /tmp/lua-output && lua tools/lua/ngrams_aggregate.lua
|
| +-- $ out/Debug/lua_pictures -q -r $SKP_DIR -l tools/lua/ngrams.lua > /tmp/lua-output
|
| +-- $ lua tools/lua/ngrams_aggregate.lua
|
|
|
| -- To run on Cluster Telemetry, copy and paste the contents of this file into
|
| -- the box at https://skia-tree-status.appspot.com/skia-telemetry/lua_script,
|
|
|