C
Clive Dixon
Is there any simple way of forcing load and JIT of assemblies? In my NUnit
tests timing information is skewed because of assembly load and JIT time the
first time each assembly is used, and I'd like a simple way of making sure
all the assemblies are pre-loaded and JITted if possible.
tests timing information is skewed because of assembly load and JIT time the
first time each assembly is used, and I'd like a simple way of making sure
all the assemblies are pre-loaded and JITted if possible.