Commit b91da4a8 by Tobias Langer

Fixed missing variable.

parent 115cb4d5
...@@ -31,7 +31,7 @@ const int {{name}}_length = sizeof({{name}}) / sizeof({{type}}); ...@@ -31,7 +31,7 @@ const int {{name}}_length = sizeof({{name}}) / sizeof({{type}});
{{/data}} {{/data}}
{{#executions}} {{#executions}}
int executions = 500; const int NUM_EXECUTIONS = {{executions}};
{{/executions}} {{/executions}}
{{^executions}} {{^executions}}
int executions = 1; int executions = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment