back to regular perf / measure run

This commit is contained in:
Richard Thier 2021-12-14 17:32:43 +01:00
parent 05235e269f
commit a1d6e96f5a

View File

@ -6,8 +6,8 @@
// #define CREEL // Overwrites TEST_LEN to 16 and sets MAGYAR_SORT_NIBBLE!
// Number of input elements to generate - unused when CREEL is defined!
//#define SORT_WIDTH 200000000
#define SORT_WIDTH 40000000
#define SORT_WIDTH 200000000
//#define SORT_WIDTH 40000000
// Uncomment this to use nibbles as digits and not bytes - CREEL defines this anyways
//#define MAGYAR_SORT_NIBBLE
@ -21,7 +21,7 @@
// Uncomment this for performance measuring with "coz"
// XXX: Beware that we will do this many times of sorts!
#define COZ_MEASURE 400
//#define COZ_MEASURE 400
/* Includes */