Added Dynamic RAM calculation unit tests

This commit is contained in:
danielyxie
2019-05-10 02:24:50 -07:00
parent db5fdb1fcb
commit 9dd68947f1
9 changed files with 1436 additions and 22 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export class WorkerScript {
output: string = "";
/**
* Script's RAM usage. Equivalent to underlying script's RAM usage
* Script's Static RAM usage. Equivalent to underlying script's RAM usage
*/
ramUsage: number = 0;