Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
24 stars 4 forks source link

Fix typo in perftests #307

Closed anyzelman closed 5 months ago

anyzelman commented 5 months ago

The typo in test script output caused it to not be picked up by the test summary script. In fixing this, noticed that the skipping of a test category (due to e.g. a missing data file) was not picked up by the test summary script either. This MR fixes both issues.

These bugs have had no noticeable effect on CI processes as they only affected performance tests; crossref #44 .

Closes #306 .

anyzelman commented 5 months ago

@alberto-scolari @byjtew @aristeidis-mastoras A review from any one of you is ok for me, not necessarily all three;)