You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add initial implementation of experimental mode that allocates random-size array between iterations and calls global setup after it
* don't remove outliers if Memory Randomization is enabled
* introduce an attribute that allows to enable MemoryRandomization per class
* rename ForceAllocations to ForceGcCleanups to make it clear what it does
* add a call to [GlobalCleanup] before [GlobalSetu]
allocate sth on LOH too
* add stack memory randomization
* keep the stack memory alive for the iteration period
[Option("memoryRandomization",Required=false,HelpText="Specifies whether Engine should allocate some random-sized memory between iterations. It makes [GlobalCleanup] and [GlobalSetup] methods to be executed after every iteration.")]
172
+
publicboolMemoryRandomization{get;set;}
173
+
171
174
[Option("wasmEngine",Required=false,HelpText="Full path to a java script engine used to run the benchmarks, used by Wasm toolchain.")]
0 commit comments