Addressed comments and added 15400 to benchmark.c and tab_completion
This commit is contained in:
+3
-2
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user