Created
June 6, 2015 06:30
-
-
Save abhijangda/a02c5830ea11f823a967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ===== DaCapo 9.12 jython starting ===== | |
| ------------------------------------------------------------------------------- | |
| PYBENCH 2.0 | |
| ------------------------------------------------------------------------------- | |
| * using Python 2.5.0+ | |
| * system check interval set to maximum: 2147483647 | |
| * using timer: time.time | |
| Calibrating tests. Please wait... | |
| Running 1 round(s) of the suite at warp factor 20: | |
| * Round 1 done in 38.747 seconds. | |
| ------------------------------------------------------------------------------- | |
| Benchmark: 2015-06-06 06:16:16 | |
| ------------------------------------------------------------------------------- | |
| Rounds: 1 | |
| Warp: 20 | |
| Timer: time.time | |
| Test minimum average operation overhead | |
| ------------------------------------------------------------------------------- | |
| BuiltinFunctionCalls: 391ms 391ms 1.53us 0.000ms | |
| BuiltinMethodLookup: 512ms 512ms 0.98us 0.000ms | |
| CompareFloats: 132ms 132ms 0.22us 0.000ms | |
| CompareFloatsIntegers: 146ms 146ms 0.32us 0.000ms | |
| CompareIntegers: 206ms 206ms 0.23us 0.000ms | |
| CompareInternedStrings: 289ms 289ms 0.39us 0.000ms | |
| CompareLongs: 137ms 137ms 0.26us 0.000ms | |
| CompareStrings: 199ms 199ms 0.40us 0.000ms | |
| CompareUnicode: 141ms 141ms 0.38us 0.000ms | |
| ConcatStrings: 1068ms 1068ms 4.27us 0.000ms | |
| ConcatUnicode: 626ms 626ms 4.17us 0.000ms | |
| CreateInstances: 992ms 992ms 17.71us 0.000ms | |
| CreateNewInstances: 1233ms 1233ms 29.36us 0.000ms | |
| CreateStringsWithConcat: 1767ms 1767ms 3.53us 0.000ms | |
| CreateUnicodeWithConcat: 782ms 782ms 3.91us 0.000ms | |
| DictCreation: 1781ms 1781ms 8.90us 0.000ms | |
| DictWithFloatKeys: 193ms 193ms 0.43us 0.000ms | |
| DictWithIntegerKeys: 229ms 229ms 0.38us 0.000ms | |
| DictWithStringKeys: 223ms 223ms 0.37us 0.000ms | |
| ForLoops: 862ms 862ms 68.96us 0.000ms | |
| IfThenElse: 241ms 241ms 0.36us 0.000ms | |
| ListSlicing: 1495ms 1495ms 213.57us 0.000ms | |
| NestedForLoops: 900ms 900ms 1.20us 0.000ms | |
| NormalClassAttribute: 304ms 304ms 0.51us 0.000ms | |
| NormalInstanceAttribute: 299ms 299ms 0.50us 0.000ms | |
| PythonFunctionCalls: 970ms 970ms 5.88us 0.000ms | |
| PythonMethodCalls: 973ms 973ms 8.65us 0.000ms | |
| Recursion: 887ms 887ms 35.48us 0.000ms | |
| SecondImport: 809ms 809ms 16.18us 0.000ms | |
| SecondPackageImport: 841ms 841ms 16.82us 0.000ms | |
| SecondSubmoduleImport: 1087ms 1087ms 21.74us 0.000ms | |
| SimpleComplexArithmetic: 451ms 451ms 1.02us 0.000ms | |
| SimpleDictManipulation: 400ms 400ms 0.67us 0.000ms | |
| SimpleFloatArithmetic: 573ms 573ms 0.87us 0.000ms | |
| SimpleIntFloatArithmetic: 260ms 260ms 0.39us 0.000ms | |
| SimpleIntegerArithmetic: 244ms 244ms 0.37us 0.000ms | |
| SimpleListManipulation: 417ms 417ms 0.71us 0.000ms | |
| SimpleLongArithmetic: 488ms 488ms 1.48us 0.000ms | |
| SmallLists: 975ms 975ms 2.87us 0.000ms | |
| SmallTuples: 1547ms 1547ms 5.73us 0.000ms | |
| SpecialClassAttribute: 306ms 306ms 0.51us 0.000ms | |
| SpecialInstanceAttribute: 284ms 284ms 0.47us 0.000ms | |
| StringMappings: 1468ms 1468ms 11.65us 0.000ms | |
| StringPredicates: 467ms 467ms 1.33us 0.000ms | |
| StringSlicing: 968ms 968ms 3.46us 0.000ms | |
| TryExcept: 20ms 20ms 0.02us 0.000ms | |
| TryRaiseExcept: 1133ms 1133ms 35.41us 0.000ms | |
| TupleSlicing: 671ms 671ms 5.11us 0.000ms | |
| UnicodeMappings: 533ms 533ms 29.61us 0.000ms | |
| UnicodePredicates: 383ms 383ms 1.42us 0.000ms | |
| UnicodeProperties: 5566ms 5566ms 27.83us 0.000ms | |
| UnicodeSlicing: 878ms 878ms 3.58us 0.000ms | |
| ------------------------------------------------------------------------------- | |
| Totals: 38747ms 38747ms | |
| ===== DaCapo 9.12 jython PASSED in 65523 msec ===== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment