back to regular perf / measure run
This commit is contained in:
parent
05235e269f
commit
a1d6e96f5a
6
test.cpp
6
test.cpp
@ -6,8 +6,8 @@
|
|||||||
// #define CREEL // Overwrites TEST_LEN to 16 and sets MAGYAR_SORT_NIBBLE!
|
// #define CREEL // Overwrites TEST_LEN to 16 and sets MAGYAR_SORT_NIBBLE!
|
||||||
|
|
||||||
// Number of input elements to generate - unused when CREEL is defined!
|
// Number of input elements to generate - unused when CREEL is defined!
|
||||||
//#define SORT_WIDTH 200000000
|
#define SORT_WIDTH 200000000
|
||||||
#define SORT_WIDTH 40000000
|
//#define SORT_WIDTH 40000000
|
||||||
// Uncomment this to use nibbles as digits and not bytes - CREEL defines this anyways
|
// Uncomment this to use nibbles as digits and not bytes - CREEL defines this anyways
|
||||||
//#define MAGYAR_SORT_NIBBLE
|
//#define MAGYAR_SORT_NIBBLE
|
||||||
|
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
// Uncomment this for performance measuring with "coz"
|
// Uncomment this for performance measuring with "coz"
|
||||||
// XXX: Beware that we will do this many times of sorts!
|
// XXX: Beware that we will do this many times of sorts!
|
||||||
#define COZ_MEASURE 400
|
//#define COZ_MEASURE 400
|
||||||
|
|
||||||
/* Includes */
|
/* Includes */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user