You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// first make sure chemcomp cache is warmed up (chemcomp files are parsed). Like that we count the parsing time without the influence of chemcomp parsing
logger.warn("average time to parse mmtf: " + timeMMTF/(1000*1000) + " ms.");
155
-
logger.warn("average time to parse PDB : " + timePDB/(1000*1000) + " ms. ");
112
+
logger.info("average time to parse mmtf: " + timeMMTF/(1000*1000) + " ms.");
113
+
logger.info("average time to parse PDB : " + timePDB/(1000*1000) + " ms. ");
156
114
157
115
assertTrue( "It should not be the case, but it is faster to parse a PDB file ("+timePDB+" ns.) than MMTF ("+( timeMMTF)+" ns.)!",( timePDB) > ( timeMMTF));
0 commit comments