lower loop counts a bit for p2p/latency
This commit is contained in:
parent
19c9dcb6ae
commit
a7e1d9e67f
@ -303,8 +303,8 @@ class Benchmark
|
|||||||
|
|
||||||
static void Latency(void)
|
static void Latency(void)
|
||||||
{
|
{
|
||||||
int Nwarmup = 1000;
|
int Nwarmup = 500;
|
||||||
int Nloop = 10000;
|
int Nloop = 5000;
|
||||||
|
|
||||||
std::cout << GridLogMessage << "Benchmarking point-to-point latency" << std::endl;
|
std::cout << GridLogMessage << "Benchmarking point-to-point latency" << std::endl;
|
||||||
grid_small_sep();
|
grid_small_sep();
|
||||||
@ -382,8 +382,8 @@ class Benchmark
|
|||||||
// it here
|
// it here
|
||||||
size_t bytes = 127401984;
|
size_t bytes = 127401984;
|
||||||
|
|
||||||
int Nwarmup = 50;
|
int Nwarmup = 20;
|
||||||
int Nloop = 200;
|
int Nloop = 100;
|
||||||
|
|
||||||
std::cout << GridLogMessage << "Benchmarking point-to-point bandwidth" << std::endl;
|
std::cout << GridLogMessage << "Benchmarking point-to-point bandwidth" << std::endl;
|
||||||
grid_small_sep();
|
grid_small_sep();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user