Skip to content

Commit

Permalink
profiler - protection against divide by zero on zero time sections
Browse files Browse the repository at this point in the history
Signed-off-by: davidoh <[email protected]>
  • Loading branch information
davidohana committed Jul 17, 2022
1 parent de2e206 commit 78d3cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C

## Change Log

##### v0.9.11

* Fixed possible DivideByZero error when the profiler is enabled - [Issue #65](https://github.com/IBM/Drain3/issues/65).

##### v0.9.10

* Fixed compatibility issue with Python 3.10 caused by removal of `KeysView`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='drain3',
packages=['drain3'],
version="0.9.10",
version="0.9.11",
license='MIT',
description="Persistent & streaming log template miner",
long_description=long_description,
Expand Down

0 comments on commit 78d3cae

Please sign in to comment.