Use turbo looper on Android

This commit is contained in:
chrox
2015-04-28 11:06:00 +08:00
parent dfe39589f4
commit d468b05567
4 changed files with 8 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ describe("HTTP client module", function()
local urls = {
"http://www.example.com",
"http://www.example.org",
"http://www.example.net",
"https://www.example.com",
"https://www.example.org",
}
requests = #urls
for _, url in ipairs(urls) do