Skip to content

Commit 79a9e72

Browse files
authored
Merge pull request #3453 from vkarak/doc/update-readme
[doc] Add a note about results storage and analytics in README
2 parents 5d8ed14 + 4a3f617 commit 79a9e72

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ ReFrame offers an intuitive and very powerful syntax that allows users to create
2929
ReFrame will load the tests and send them down a well-defined pipeline that will execute them in parallel.
3030
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.
3131

32+
ReFrame also supports storing the test results in a database allowing for later inspection, basic analytics and performance comparisons.
33+
3234
Please visit the project's documentation [page](https://reframe-hpc.readthedocs.io/) for all the details!
3335

3436

README_minimal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ ReFrame offers an intuitive and very powerful syntax that allows users to create
2525
ReFrame will load the tests and send them down a well-defined pipeline that will execute them in parallel.
2626
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.
2727

28+
ReFrame also supports storing the test results in a database allowing for later inspection, basic analytics and performance comparisons.
29+
2830
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!
2931

3032
## Contact

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The stages of this pipeline take care of all the system interaction details, suc
1313

1414
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.
1515

16+
Additionally, ReFrame supports storing the test results in a database allowing for later inspection, basic analytics and performance comparisons.
17+
1618
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.
1719

1820
Publications

0 commit comments

Comments
 (0)