alpaka icon indicating copy to clipboard operation
alpaka copied to clipboard

[WIP] Script to convert benchmark Txt output to Json file

Open mehmetyusufoglu opened this issue 7 months ago • 0 comments

Babelstream benchmark results are in txt format. They are converted to json by this script.

Commands :

  • To convert txt output to Json for Nocodb input: python3 benchmarkXml2Json.py BabelStreamBenchmarkResults.txt BabelStreamBenchmarkResults.json

  • The txt file is the output of a Catch2 test executable: ./babelstream > BabelStreamBenchmarkResults.txt

Screenshot:

  • NocoDb record screenshot:

Screenshot from 2024-10-08 16-33-46

mehmetyusufoglu avatar Jul 14 '24 22:07 mehmetyusufoglu