summaryrefslogtreecommitdiff
path: root/render-test/metadata.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [render-test] Use image from the cache for addImage operationThiago Marcos P. Santos2020-01-081-3/+4
| | | | Instead of trying to read it from the filesystem.
* [render-test] Cleanup on the render tests resultsThiago Marcos P. Santos2019-12-161-3/+10
| | | | | Simplify the code path and make it print both rendering error and metrics on fail.
* [test runner] Explicitly initialize TestContext POD membersMikhail Pozdnyakov2019-12-141-2/+2
|
* [test runner] Split operations parsing and executionMikhail Pozdnyakov2019-12-131-0/+23
|
* [test-runner] Don't update nor create metrics baseline for ignored testAlexander Shalamov2019-12-121-0/+1
|
* [render-test] Add metric_paths into Manifest (#15973)zmiao2019-11-271-2/+7
| | | | | | | | | | * [render-test]Add expected metrics path in manifest file * seperate metrics.json and expected.png * fix expected path parsing * keep expectation path if update is enabled
* fix -Wfor-loop-analysis and -Wreorder warnings (#15901)Dane Springmeyer2019-11-121-3/+3
|
* [render-test] Implement gfx probe for tracking gpu resourcesMikko Pulkki2019-10-301-1/+30
|
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-221-1/+9
|
* [test runner] Command line option for the tests expectations pathMikhail Pozdnyakov2019-10-211-0/+4
| | | | | | -e[expectationsPath], --expectationsPath=[expectationsPath] Test expectations path.
* [test runner] Threshold for memory metricsMikhail Pozdnyakov2019-10-211-3/+10
|
* [render-test] Add support for collecting network metricsJuha Alanen2019-10-161-1/+10
|
* [render-test] Add tolerance to file-size testsThiago Marcos P. Santos2019-10-141-1/+9
|
* [render-test] Add instruction for verifying file sizeThiago Marcos P. Santos2019-10-101-1/+10
| | | | | | | | | | For a given absolute or relative path, measure the size of the file. This is useful for measuring if the cache has increased as expected after moving a camera or decreased after cleaning up. In a more hackish manner, could be used for collecting binary size statistics of shared libraries.
* [render-test] Add support for query testsJuha Alanen2019-10-071-0/+7
|
* [test runner] Use allocation peak values for memory metricsMikhail Pozdnyakov2019-08-271-3/+3
|
* [test runner] Test metrics reports. Check metrics results.Mikhail Pozdnyakov2019-08-271-2/+9
|
* [test runner] Introduce probe_memory_.. API for render testsMikhail Pozdnyakov2019-08-271-0/+14
|
* [test runner] Expectations paths are represented with std::vectorMikhail Pozdnyakov2019-08-161-2/+6
|
* [test-runner] Introduce mapbox-gl-native test expectationsMikhail Pozdnyakov2019-08-161-1/+7
| | | | | | | | The `mapbox-gl-native`-specific render tests expected results will be stored at the `render-test/expected/` subfolder. Test runner will automatically put new expected results there if invoked with `UPDATE=true`.
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-251-0/+52