show/hide this revision's text 2 added 4 characters in body

A system that runs performance benchmarks while operating is going to be slower than one that doesn't. If the goal is to optimise speed, why wouldn't you benchmark independently and import the fastest routines once they are proven to be faster?

And your idea of starting routines simultaneously could introduce race conditions.

Also, if a goal is to ensure 100% uptime you would not want to introduce untested code routines since they might generate uncatchable exceptions.

Perhaps your ideas have merit as a harness for benchmarking rather than an operational system?

show/hide this revision's text 1

A system that runs performance benchmarks while operating is going to be slower than one that doesn't. If the goal is to optimise speed, why wouldn't you benchmark independently and import the fastest routines once they are proven to be faster?

And your idea of starting routines simultaneously could introduce race conditions.

Also, if a goal is to ensure 100% uptime you would not want to introduce untested code since they might generate uncatchable exceptions.

Perhaps your ideas have merit as a harness for benchmarking rather than an operational system?