Addressed comments and added 15400 to benchmark.c and tab_completion

This commit is contained in:
DoZ10
2017-05-17 07:35:56 -04:00
parent 5683df2e17
commit 6ced398c3c
5 changed files with 66 additions and 86 deletions
+3 -2
View File
@@ -6,7 +6,7 @@
#include "common.h"
#include "benchmark.h"
const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_CNT = 151;
const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_CNT = 152;
const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_BUF[] =
{
@@ -160,5 +160,6 @@ const unsigned int DEFAULT_BENCHMARK_ALGORITHMS_BUF[] =
12700,
15200,
13400,
125
125,
15400
};