Skip to content

Commit

Permalink
Add reference statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Oct 28, 2024
1 parent d60267b commit e08b82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/mapping_tester/reference-statistics.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
count,abs_min,abs_max,signed_min:,signed_max,median(abs),relative-l2,99th percentile(abs),95th percentile(abs),90th percentile(abs),mapping,constraint,mesh A,mesh B,ranks A,ranks B,globalTime,mapDataTime,initializeTime,computeMappingTime,peakMemA,peakMemB
3458,3.3306690738754696e-16,0.01582390267254552,-0.01582390267254552,0.015021340046292853,0.00040468910964214233,0.0025420451904760825,0.011347271673694785,0.005927831519732701,0.0037941465905994855,tps,consistent,coarse_mesh,fine_mesh,2,2,1284479.0,22939.0,1217894.0,3774.0,165944.0,182112.0
3458,0.0,0.170618295637461,-0.1356635567818767,0.170618295637461,0.00567422622697189,0.015432644745348018,0.06286104304015887,0.02849749483589737,0.019230201702698457,np,consistent,coarse_mesh,fine_mesh,2,2,704443.0,692.0,660757.0,237021.0,166672.0,170984.0
2 changes: 2 additions & 0 deletions examples/mapping_tester/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ cd "${TEST_LOCATION}"

# Gather the generated statistics
python3 "${MAPPING_TESTER}"/gatherstats.py --outdir "${TEST_CASE_LOCATION}" --file test-statistics.csv

python3 "${MAPPING_TESTER}"/compare.py reference-statistics.csv test-statistics.csv

0 comments on commit e08b82b

Please sign in to comment.