Last active
December 23, 2020 17:22
-
-
Save andywer/115b7e76b6fc8d3ce00ce19d0c6280a3 to your computer and use it in GitHub Desktop.
Revisions
-
andywer revised this gist
Aug 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Instead of manual debugging it provides a structured approach to fix or even pre ## Talk Content I will show you how to write a leakage test to fix a common leak scenario and make sure it is gone for good! Leakage is a quite unique tool, since it not only helps you debug leaks, but actually allows writing leakage tests using Mocha, Jest, AVA, tape and friends. You can use it to prove that your code does not leak and write regression tests for leaks you fixed. -
andywer revised this gist
Aug 10, 2017 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,13 +4,17 @@ This is a proposal for lightning talk at [Reactive Conf](https://reactiveconf.co Hi, I am [Andy](https://github.com/andywer), creator of [leakage](https://github.com/andywer/leakage) - the node-powered memory leak testing library. Instead of manual debugging it provides a structured approach to fix or even prevent memory leaks. <p align="center"> <img src="https://media.giphy.com/media/xT5LMXBrV5NkVZHKms/giphy.gif?" /> </p> ## Talk Content In this talk I would like to show you how to write a leakage test to fix a common leak scenario and make sure it is gone for good! Leakage is a quite unique tool, since it not only helps you debug leaks, but actually allows writing leakage tests using Mocha, Jest, AVA, tape and friends. You can use it to prove that your code does not leak and write regression tests for leaks you fixed. Despite writing OSS for several years, I have never given a talk at a conference. So I am particularly looking forward to this! If you like the idea, please π the gist and spread the word π -
andywer revised this gist
Jun 23, 2017 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,3 @@ Despite writing OSS for several years, I have never given a talk at a conference If you like the idea, please π the gist and spread the word π Cheers! -
andywer revised this gist
Jun 23, 2017 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,3 +16,6 @@ Despite writing OSS for several years, I have never given a talk at a conference If you like the idea, please π the gist and spread the word π Cheers! <p align="center"><img src="https://github.com/andywer/leakage/raw/master/docs/failing-test.png?raw=true" /></p> -
Andy Wermke revised this gist
Jun 23, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
Binary file not shown. -
Andy Wermke revised this gist
Jun 23, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
andywer revised this gist
May 26, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,3 +14,5 @@ Instead of manual debugging it provides a structured approach to handle or preve Despite writing OSS for several years, I have never given a talk at a conference. So I am particularly looking forward to this! If you like the idea, please π the gist and spread the word π Cheers! -
andywer revised this gist
May 26, 2017 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,14 +4,13 @@ This is a proposal for lightning talk at [Reactive Conf](https://reactiveconf.co Hi, I am [Andy](https://github.com/andywer), creator of [leakage](https://github.com/andywer/leakage) - the node-powered memory leak testing library. It is special compared to previous tools because it not only helps you debug leaks, but actually allows writing leakage tests using Mocha, Jest, AVA, tape and friends. You can use it to prove that your code does not leak and write regression tests for leaks you fixed. Instead of manual debugging it provides a structured approach to handle or prevent memory leaks in the first place. ## Talk Content π In this talk I would like to show you how to write a leakage test to fix a common leak scenario and make sure it is gone for good! Despite writing OSS for several years, I have never given a talk at a conference. So I am particularly looking forward to this! If you like the idea, please π the gist and spread the word π -
andywer revised this gist
May 26, 2017 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,16 +2,16 @@ This is a proposal for lightning talk at [Reactive Conf](https://reactiveconf.co # Memory Leak Testing in 2017 Hi, I am [Andy](https://github.com/andywer), creator of [leakage](https://github.com/andywer/leakage) - the node-powered memory leak testing library. It is special compared to previous tools, because it not only helps you debug leaks, but actually allows writing leakage tests using Mocha, Jest, AVA, tape, ... You can use it to prove that your code does not leak and write regression tests for leaks you fixed. Instead of manual debugging it provides a structured approach to handle or even prevent memory leaks in the first place. ## Talk Content π In this talk I would like to show you how to write a leakage test to fix a common leak scenario and make sure it is gone for good! Despite writing OSS for several years, I have never given a talk at a conference. So I am particularly looking forward to this! π If you like the idea, please π the gist and spread the word π -
andywer created this gist
May 26, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ This is a proposal for lightning talk at [Reactive Conf](https://reactiveconf.com/). **Please π this gist to push the proposal!** # Memory Leak Testing in 2017 Hi, I am [Andy](https://github.com/andywer), creator of [leakage](https://github.com/andywer/leakage) - a JavaScript memory leak testing library. It is special compared to previous tools, because it does not only help you debugging leaks, but actually allows writing leakage tests using Mocha, Jest, AVA, tape, ... You can use it to prove that your code does not leak and write regression tests. Instead of manual debugging it provides a structured approach to handle or even prevent memory leaks. ## Talk Content π In the talk I would like to show you how to write a leakage test to fix a common leak scenario! Despite writing OSS for several years, I have never given a talk at a conference. So I am particularly looking forward to this! π If you like the idea, please π the gist and spread the word π