Skip to content
Snippets Groups Projects
Commit 1a6369d8 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing performance test compilation

parent 68099b9c
No related branches found
No related tags found
No related merge requests found
Pipeline #3524 failed
......@@ -357,7 +357,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
StandardXMLPerformanceGraph("celllist_performance.xml",file_xml_ref,cg);
addUpdtateTime(cg,create_vcluster().size());
addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_performance");
cg.write("celllist_performance.html");
}
......
......@@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
StandardXMLPerformanceGraph("celllist_partreo_performance.xml",file_xml_ref,cg);
addUpdtateTime(cg,create_vcluster().size());
addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_part_ord");
if (create_vcluster().getProcessUnitID() == 0)
{cg.write("celllist_part_ord.html");}
......
......@@ -169,7 +169,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_gg_map_performance_write_report)
StandardXMLPerformanceGraph("particles_map_performance.xml",file_xml_ref,cg);
addUpdtateTime(cg,create_vcluster().size());
addUpdtateTime(cg,create_vcluster().size(),"pdata","particles_map_performance");
if (create_vcluster().getProcessUnitID() == 0)
{cg.write("particles_map_performance.html");}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment