Package test
Class TestUTF8
- java.lang.Object
-
- test.BasePerfTest
-
- test.TestUTF8
-
public final class TestUTF8 extends BasePerfTest
-
-
Field Summary
Fields Modifier and Type Field Description (package private) char[]
_buffer
-
Fields inherited from class test.BasePerfTest
DEFAULT_SECS
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestUTF8()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
protected int
testExec(java.io.File file)
-
Methods inherited from class test.BasePerfTest
test, test2
-
-
-
-
Method Detail
-
testExec
protected int testExec(java.io.File file) throws java.lang.Exception
- Specified by:
testExec
in classBasePerfTest
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-