We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe2120 commit 2893f1bCopy full SHA for 2893f1b
tests/fast_request_test.h
@@ -42,7 +42,7 @@ class FastRequestTest {
42
std::vector<std::string> queries;
43
// Just save the output here so we can generate as many as quickly as we
44
// can, hopefully increasing the likelihood of duplicates.
45
- int ntests = 25000;
+ int ntests = 1000;
46
for(int i = 0; i < ntests; i++) {
47
queries.push_back(oauth.getURLQueryString(OAuth::Http::Head, resource));
48
}
0 commit comments