Skip to content

Instantly share code, notes, and snippets.

View m1ga's full-sized avatar
🤓
Work work work...

Michael Gangolf m1ga

🤓
Work work work...
View GitHub Profile
// https://jira.appcelerator.org/browse/TIMOB-12291
exports.compareQueries = function () {
testCommonWay();
testGroupConcat();
};
const TEST_QUERY_EXEC_COUNT = 50;
function testCommonWay() {