diff --git a/README.md b/README.md index 4eb351f85..95eeb3277 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ ReFrame offers an intuitive and very powerful syntax that allows users to create ReFrame will load the tests and send them down a well-defined pipeline that will execute them in parallel. The stages of this pipeline take care of all the system interaction details, such as programming environment switching, compilation, job submission, job status query, sanity checking and performance assessment. +ReFrame also supports storing the test results in a database allowing for later inspection, basic analytics and performance comparisons. + Please visit the project's documentation [page](https://reframe-hpc.readthedocs.io/) for all the details! diff --git a/README_minimal.md b/README_minimal.md index 90044a6c9..2387c619c 100644 --- a/README_minimal.md +++ b/README_minimal.md @@ -25,6 +25,8 @@ ReFrame offers an intuitive and very powerful syntax that allows users to create ReFrame will load the tests and send them down a well-defined pipeline that will execute them in parallel. The stages of this pipeline take care of all the system interaction details, such as programming environment switching, compilation, job submission, job status query, sanity checking and performance assessment. +ReFrame also supports storing the test results in a database allowing for later inspection, basic analytics and performance comparisons. + Please visit the project's documentation [page](https://reframe-hpc.readthedocs.io/) and [GitHub repository](https://github.com/reframe-hpc/reframe) for all the details! ## Contact diff --git a/docs/index.rst b/docs/index.rst index 1961c2e07..2862d4392 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,8 @@ The stages of this pipeline take care of all the system interaction details, suc ReFrame also offers a high-level and flexible abstraction for writing sanity and performance checks for your regression tests, without having to care about the details of parsing output files, searching for patterns and testing against reference values for different systems. +Additionally, ReFrame supports storing the test results in a database allowing for later inspection, basic analytics and performance comparisons. + Finally, ReFrame offers a powerful and efficient runtime for running and managing the execution of tests, as well as integration with common logging facilities, where ReFrame can send live data from currently running performance tests. Publications