You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ Testing SQL compabillity for [AlaSQL](https://github.com/agershun/alasql)
6
6
How?
7
7
----
8
8
9
-
Go get markdown summery run the npm test;
9
+
Go get markdown summery run npm test (will include starting node with garbagecollection set to true):
10
10
11
11
npm test
12
12
13
13
Result will output to results.md
14
14
15
-
To get more details execute `run_raw.js` in the sqllogic folder. As the output is very big its suggested to direct output to a file. As the testfiles are quite big the garbagecollection can be initiated between the run of each file. To initiate this run node with the --expose-gc flag
15
+
16
+
17
+
**To get more details** execute `run_raw.js` in the sqllogic folder. As the output is very big its suggested to direct output to a file and let the garbagecollection be initiated between the run of each file. To execute `run_raw.js` run node with the --expose-gc flag:
0 commit comments