Skip to content

Commit 180f94f

Browse files
Merge pull request #82 from F-Secure/docs/changelog-performance
docs: add performance section to changelog
2 parents 8c86af8 + b7f6139 commit 180f94f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,28 @@
1010
* Added Acknowledgement section to README.md ([#75](https://github.com/F-Secure/pytest-rts/issues/75)) ([`4de6632`](https://github.com/F-Secure/pytest-rts/commit/4de663291fd8c388164259b830e4badcb13d98e8))
1111
* Added link to the tutorial to README.md and fixed usage sectino ([`9d25edf`](https://github.com/F-Secure/pytest-rts/commit/9d25edf7c54c2e0b7743cc83c5c8e7e658c88118))
1212

13+
### Performance
14+
15+
#### Mapping database initialization for RTS
16+
17+
| Pytest run of "pandas/tests/arithmetic/" of [Pandas](https://github.com/pandas-dev/pandas) (Commit 3bd3d1ec253a8a18ac951511820eb970f62baaed, 11839 tests) | normal run | [Coverage.py](https://github.com/nedbat/coveragepy) "dynamic context" | pytest-rts 1.1.10 |
18+
| ------------------- | ------------------| ----------------| -----------------|
19+
| Database size | - | 2.8 MB | 307 MB |
20+
| Runtime | 2min 5s | 4min 36s | 5min 36s |
21+
1322
## v1.1.9 (2020-12-21)
1423
### Fix
1524
* Minor ([`891c743`](https://github.com/F-Secure/pytest-rts/commit/891c743332cf7c5248f6ec1b28140c4381a72ef6))
1625

26+
### Performance
27+
28+
#### Mapping database initialization for RTS
29+
30+
| Pytest run of "pandas/tests/arithmetic/" of [Pandas](https://github.com/pandas-dev/pandas) (Commit 3bd3d1ec253a8a18ac951511820eb970f62baaed, 11839 tests) | normal run | [Coverage.py](https://github.com/nedbat/coveragepy) "dynamic context" | pytest-rts 1.1.9 |
31+
| ------------------- | ------------------| ----------------| -----------------|
32+
| Database size | - | 2.8 MB | 307 MB |
33+
| Runtime | 2min 5s | 4min 36s | 2h 24min 7s |
34+
1735
## v1.1.8 (2020-12-21)
1836
### Fix
1937
* Pypi long description ([`efb1c37`](https://github.com/F-Secure/pytest-rts/commit/efb1c3734f4b04f1e2e3dd6d677957fbe2507a4c))

0 commit comments

Comments
 (0)