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
[ | |
"Cycling", | |
"Running" | |
] |
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
/** | |
* DowngradeRetryPolicy - This module is used to retry the READ / WRITE operation | |
* by downgrading the value of consistency to minimum value. | |
* @constructor | |
*/ | |
function DowngradeRetryPolicy() { | |
} | |
// Inherit the retry policy | |
util.inherits(DowngradeRetryPolicy, RetryPolicy); |
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
Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
Multi-CPU version Version 5 revisions by Ian Smith, | |
Sunnyvale, CA, USA | |
January 13, 2011 johantheghost at yahoo period com | |
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 | |
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 |
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
Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
Multi-CPU version Version 5 revisions by Ian Smith, | |
Sunnyvale, CA, USA | |
January 13, 2011 johantheghost at yahoo period com | |
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 | |
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 |
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
Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
Multi-CPU version Version 5 revisions by Ian Smith, | |
Sunnyvale, CA, USA | |
January 13, 2011 johantheghost at yahoo period com | |
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 | |
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 |
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
Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
Multi-CPU version Version 5 revisions by Ian Smith, | |
Sunnyvale, CA, USA | |
January 13, 2011 johantheghost at yahoo period com | |
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 | |
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 |