Skip to content

Commit

Permalink
remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 26, 2018
1 parent 5fdff59 commit a2dad28
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
import com.eudemon.ratelimiter.rule.UrlRateLimitRule;
import com.eudemon.ratelimiter.utils.UrlUtils;

/**
* main metrics: api cost time(avg, 99%, 90%, max, min)
*
* case 1: 1 thread - 1,000,000 - 1 url
*
* case 2: 100/200/300 threads - 10,000 each thread - 1url
*
* case 3: 100/200/300 threads - 10,000 each thread - 100 urls
*
* case 4: 100/200/300 threads -10,000 each thread -- 100urls -- sleep 1ms every call
*
*/
public class RateLimiterBenchmarkTest {

private static List<Case> cases = Arrays.asList(new Case[] {
Expand Down

0 comments on commit a2dad28

Please sign in to comment.