Name | Description |
---|---|
BaseExecutor | This is a bad class. |
DebugExecutor | This executor for testing purposes. It always returns constant times, it does not actually execute any benchmarking. |
MicrotimeExecutor | This class generates a benchmarking script and places it in the systems temp. directory and then executes it. The generated script then returns the time taken to execute the benchmark and the memory consumed. |