Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated with Python 3.12 differences.
  • Loading branch information
jaltmayerpizzorno authored Oct 26, 2023
1 parent c1d2265 commit 8a0bbcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ inserting instructions that let it keep track the lines executed by the program.
As the program executes, SlipCover gradually removes instrumentation that
is no longer needed, allowing those parts to run at full speed.
Care is taken throughout SlipCover to keep things as efficient as possible.
On Python 3.12, rather than rewrite bytecode, SlipCover uses the new
[`sys.monitoring`](https://docs.python.org/3.12/library/sys.monitoring.html) API
to collect coverage information.


### Performance
<img src="benchmarks/cpython.png?raw=True" align="right" width="65%"/>
Expand Down

0 comments on commit 8a0bbcf

Please sign in to comment.