Hamdi Sahloul
1059735bfb
Merge pull request #12667 from cv3d:fix/ts_report
...
TS: fix Python v2/v3 compatibility (#12667 )
* TS: fix Python2.7 compatibility
* TS: fix Python3 compatibility
* py3: use integer division '/' => '//' instead of cast
6 years ago
Alexander Alekhin
daf3368d2e
perf reports: remove units from table cells
...
- moved to table title
- can be restored via '--show_units' option
- fix microseconds: mks -> us
7 years ago
Alexander Alekhin
9e9881aacc
ts(misc): support tables exporting in markdown format
...
basic support only (no symbol escapes/sanitizing)
7 years ago
Alexander Alekhin
eeed9ce247
perf report: summary.py: added custom --regressions map
11 years ago
Ilya Lavrenov
29deff8707
ability to merge logs with intersections only
11 years ago
Alexander Alekhin
c1541c9e79
perf report: summary.py: added --progress mode
11 years ago
Andrey Kamaev
4d2c864bea
Add option --with-score to summary.py to automatically classify speedups
...
Legend for new column is:
* FASTER - strong speedup
* faster - spedup is detected but it is unreliable
* <empty> - no change in speed
* slower - slowdown is detected but it is unreliable
* SLOWER - strong slowdown
12 years ago
Anna Kogan
a9b1c5db78
Added --regressions-only=X-FACTOR option
12 years ago
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
c326de43c1
More natural sorting of MatType constants in performance reports.
13 years ago
Andrey Kamaev
61cb83b481
Fixed small bug in summary.py
13 years ago
Andrey Kamaev
cdac77c2b2
Added test group separators to the html version of performance report.
13 years ago
Andrey Kamaev
40c70d127d
Fixed bug in summary.py
13 years ago
Andrey Kamaev
e9901306c2
Fixed files picking code to preserve the order in summary.py script.
13 years ago
Andrey Kamaev
0744092b21
Fixed build with gcc compiler; couple minor improvements in perf testing framework
13 years ago
Andrey Kamaev
7fb5b5f218
Improved sorting in performance reports
13 years ago
Andrey Kamaev
5eee9e6f6d
Several improvements in performance reports
13 years ago
Andrey Kamaev
e3265b0cfe
Added filters to html perf reports generated by summary.py
13 years ago
Andrey Kamaev
ab3ec788ce
Perf tests: improved reporting when test fails because of exception
13 years ago
Andrey Kamaev
5ab6d5a05a
Perf tests reports - added output format with embedded styles
13 years ago
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
13 years ago