For validation benchmarking it is often convenient to disable script checks to isolate script evaluation performance (and in particular signature verification) from other issues.
This PR adds a command line option -checkscripts that defaults to true (preserving the original behavior) but can be set to false to shortcircuit script evaluation.