Closed yunabe closed 4 years ago
Since https://github.com/yunabe/tslab/commit/d56e5c1fc4f8ad6a7921c7854fccf4ceef40f97f, it takes about 3 secs for the initial code execution
It seems like builder.emit(undefined, ... is slow for the initial code execution.
builder.emit(undefined, ...
Since https://github.com/yunabe/tslab/commit/d56e5c1fc4f8ad6a7921c7854fccf4ceef40f97f, it takes about 3 secs for the initial code execution
It seems like
builder.emit(undefined, ...
is slow for the initial code execution.