A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
BSD 3-Clause "New" or "Revised" License
224
stars
104
forks
source link
[enhancement] Use builtin `json` package for decoding testcase data #3296
Closed
vkarak closed 3 weeks ago
This improves considerably the decoding performance as we avoid our wrapper package's (
jsonext
) redirections.