From 6d198f8926b6c5ee3fd9678394626ad3296840c3 Mon Sep 17 00:00:00 2001 From: Andy Ayers Date: Fri, 10 Jun 2016 11:40:36 -0700 Subject: Modify Crypto benchmark so it uses a fixed random seed Fix seed so benchmark behavior doesn't vary randomly from run to run. --- tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs b/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs index 1ce60050a4..23eab8db5b 100644 --- a/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs +++ b/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs @@ -34,7 +34,7 @@ // Comment this out to use a fixed random number seed. -#define USE_RANDOM_SEED +// #define USE_RANDOM_SEED // The code has been adapted for use as a benchmark by Microsoft. -- cgit v1.2.3