Home
last modified time | relevance | path

Searched refs:nonAlphaRatio (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/base/
DAsciiBenchmark.java43 @Param({"2", "20"}) int nonAlphaRatio; // one non-alpha char per this many chars field in AsciiBenchmark
52 int nonAlpha = size / nonAlphaRatio; in setUp()