Sable / Ostrich

Benchmark suite for studying the performance of JavaScript and WebCL for numerical computation
Other
24 stars 12 forks source link

Convert all the MATLAB code for benchmarks to CamelCase rather than under_score. #5

Closed elavoie closed 8 years ago

elavoie commented 9 years ago

Moreover, we should choose a consistent convention for function names to make things regular.

I propose:

runName

elavoie commented 8 years ago

I actually simplified things to just 'runner' since the benchmark and implementation directory names give the context of what is actually run. So all runners implement a 'runner' or 'run' function which avoids the issue of CamelCase vs under_score convention.