Better error handling during benchmarking.
When a benchmark script encounters an exception, it'd be nice to have a way for it to continue with the remaining benchmarks instead of aborting the process. For example, some filter benchmarks on CUDA give out of memory errors for large datasets, but there's no reason that later, less memory intensive benchmarks shouldn't be run.