-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Significantly better OOM detection #110
Merged
Merged
Conversation
This file contains 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 characters
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..c92cd73 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6504177,+}
"D1mw": [-3953746,-]{+4142722,+}
"DLmr": [-2137435,-]{+2077622,+}
"DLmw": [-2799987,-]{+2800154,+}
"Dr": [-274430190,-]{+273497221,+}
"Dw": [-110583840,-]{+112380929,+}
"I1mr": [-5066143,-]{+5071649,+}
"ILmr": [-11684,-]{+11623,+}
"Ir": [-1053389932,-]{+1048386145,+}
"Overall": [-1646870790-]{+1643820457+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..85a32f3 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3154574,+}
"D1mw": [-438384,-]{+499568,+}
"DLmr": [-90549,-]{+88532,+}
"DLmw": [-106394,-]{+105702,+}
"Dr": [-1800370393,-]{+1849002276,+}
"Dw": [-653386563,-]{+704111116,+}
"I1mr": [-2308884,-]{+2371643,+}
"ILmr": [-4370,-]{+4750,+}
"Ir": [-6384366308,-]{+6478324016,+}
"Overall": [-8867588326-]{+9061510068+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..66f7215 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+13815162,+}
"D1mw": [-3128624,-]{+3388896,+}
"DLmr": [-92190,-]{+90365,+}
"DLmw": [-100439,-]{+99791,+}
"Dr": [-503830192,-]{+503369676,+}
"Dw": [-225400619,-]{+228136226,+}
"I1mr": [-10615779,-]{+12178796,+}
"ILmr": [-4477,-]{+4823,+}
"Ir": [-1420914043,-]{+1408273224,+}
"Overall": [-2256654586-]{+2263159912+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..c8d5af5 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev85+g680ef2b.d20201231+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..befeed5 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6504207,+}
"D1mw": [-3953746,-]{+4142729,+}
"DLmr": [-2137435,-]{+2077636,+}
"DLmw": [-2799987,-]{+2800154,+}
"Dr": [-274430190,-]{+273497914,+}
"Dw": [-110583840,-]{+112381222,+}
"I1mr": [-5066143,-]{+5071628,+}
"ILmr": [-11684,-]{+11615,+}
"Ir": [-1053389932,-]{+1048388170,+}
"Overall": [-1646870790-]{+1643823712+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..d257871 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3154591,+}
"D1mw": [-438384,-]{+499575,+}
"DLmr": [-90549,-]{+88540,+}
"DLmw": [-106394,-]{+105701,+}
"Dr": [-1800370393,-]{+1849002899,+}
"Dw": [-653386563,-]{+704111371,+}
"I1mr": [-2308884,-]{+2371642,+}
"ILmr": [-4370,-]{+4757,+}
"Ir": [-6384366308,-]{+6478325870,+}
"Overall": [-8867588326-]{+9061513312+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..ee0a7db 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+13815174,+}
"D1mw": [-3128624,-]{+3388902,+}
"DLmr": [-92190,-]{+90359,+}
"DLmw": [-100439,-]{+99791,+}
"Dr": [-503830192,-]{+503370332,+}
"Dw": [-225400619,-]{+228136512,+}
"I1mr": [-10615779,-]{+12178773,+}
"ILmr": [-4477,-]{+4815,+}
"Ir": [-1420914043,-]{+1408275200,+}
"Overall": [-2256654586-]{+2263162390+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..0238bfb 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev86+g72cf4ed.d20201231+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..b64cdf5 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6504187,+}
"D1mw": [-3953746,-]{+4142723,+}
"DLmr": [-2137435,-]{+2077623,+}
"DLmw": [-2799987,-]{+2800154,+}
"Dr": [-274430190,-]{+273497277,+}
"Dw": [-110583840,-]{+112380954,+}
"I1mr": [-5066143,-]{+5071646,+}
"ILmr": [-11684,-]{+11622,+}
"Ir": [-1053389932,-]{+1048386203,+}
"Overall": [-1646870790-]{+1643820628+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..8d564f4 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3154573,+}
"D1mw": [-438384,-]{+499563,+}
"DLmr": [-90549,-]{+88545,+}
"DLmw": [-106394,-]{+105702,+}
"Dr": [-1800370393,-]{+1849002370,+}
"Dw": [-653386563,-]{+704111145,+}
"I1mr": [-2308884,-]{+2371661,+}
"ILmr": [-4370,-]{+4763,+}
"Ir": [-6384366308,-]{+6478324306,+}
"Overall": [-8867588326-]{+9061511309+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..a88c9c9 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+13815165,+}
"D1mw": [-3128624,-]{+3388896,+}
"DLmr": [-92190,-]{+90369,+}
"DLmw": [-100439,-]{+99791,+}
"Dr": [-503830192,-]{+503369754,+}
"Dw": [-225400619,-]{+228136253,+}
"I1mr": [-10615779,-]{+12178801,+}
"ILmr": [-4477,-]{+4825,+}
"Ir": [-1420914043,-]{+1408273385,+}
"Overall": [-2256654586-]{+2263160390+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..67a9cbc 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev87+gf0e7dac.d20210101+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..5fe3460 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6410490,+}
"D1mw": [-3953746,-]{+4155191,+}
"DLmr": [-2137435,-]{+2131022,+}
"DLmw": [-2799987,-]{+2801587,+}
"Dr": [-274430190,-]{+274367566,+}
"Dw": [-110583840,-]{+112887756,+}
"I1mr": [-5066143,-]{+4552143,+}
"ILmr": [-11684,-]{+14478,+}
"Ir": [-1053389932,-]{+1052570943,+}
"Overall": [-1646870790-]{+1648710171+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..d6064c2 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3159941,+}
"D1mw": [-438384,-]{+542976,+}
"DLmr": [-90549,-]{+94639,+}
"DLmw": [-106394,-]{+108742,+}
"Dr": [-1800370393,-]{+1861448845,+}
"Dw": [-653386563,-]{+715905278,+}
"I1mr": [-2308884,-]{+2368611,+}
"ILmr": [-4370,-]{+7624,+}
"Ir": [-6384366308,-]{+6558067788,+}
"Overall": [-8867588326-]{+9166038173+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..fb6e254 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+13582432,+}
"D1mw": [-3128624,-]{+3055882,+}
"DLmr": [-92190,-]{+96098,+}
"DLmw": [-100439,-]{+102088,+}
"Dr": [-503830192,-]{+504776695,+}
"Dw": [-225400619,-]{+228886682,+}
"I1mr": [-10615779,-]{+10913386,+}
"ILmr": [-4477,-]{+7705,+}
"Ir": [-1420914043,-]{+1431029022,+}
"Overall": [-2256654586-]{+2281075929+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..187c884 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev88+gd9c5943.d20210101+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..e86cf5e 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6412962,+}
"D1mw": [-3953746,-]{+4156943,+}
"DLmr": [-2137435,-]{+2105574,+}
"DLmw": [-2799987,-]{+2802157,+}
"Dr": [-274430190,-]{+274372305,+}
"Dw": [-110583840,-]{+112887710,+}
"I1mr": [-5066143,-]{+4550467,+}
"ILmr": [-11684,-]{+14458,+}
"Ir": [-1053389932,-]{+1052630698,+}
"Overall": [-1646870790-]{+1648037871+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..f4c88ac 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3160572,+}
"D1mw": [-438384,-]{+543211,+}
"DLmr": [-90549,-]{+94686,+}
"DLmw": [-106394,-]{+108766,+}
"Dr": [-1800370393,-]{+1861449316,+}
"Dw": [-653386563,-]{+715907189,+}
"I1mr": [-2308884,-]{+2368971,+}
"ILmr": [-4370,-]{+7644,+}
"Ir": [-6384366308,-]{+6558019987,+}
"Overall": [-8867588326-]{+9166000388+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..757a674 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+13729598,+}
"D1mw": [-3128624,-]{+3058991,+}
"DLmr": [-92190,-]{+96112,+}
"DLmw": [-100439,-]{+102122,+}
"Dr": [-503830192,-]{+504852150,+}
"Dw": [-225400619,-]{+228886736,+}
"I1mr": [-10615779,-]{+10952593,+}
"ILmr": [-4477,-]{+7706,+}
"Ir": [-1420914043,-]{+1431957391,+}
"Overall": [-2256654586-]{+2282839205+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..29dad3f 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev90+gd5fc601.d20210101+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..50eec8c 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6408630,+}
"D1mw": [-3953746,-]{+4157355,+}
"DLmr": [-2137435,-]{+2087583,+}
"DLmw": [-2799987,-]{+2801259,+}
"Dr": [-274430190,-]{+274366054,+}
"Dw": [-110583840,-]{+112882306,+}
"I1mr": [-5066143,-]{+4557103,+}
"ILmr": [-11684,-]{+14453,+}
"Ir": [-1053389932,-]{+1052595956,+}
"Overall": [-1646870790-]{+1647435518+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..57d4a22 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3161421,+}
"D1mw": [-438384,-]{+542951,+}
"DLmr": [-90549,-]{+94631,+}
"DLmw": [-106394,-]{+108769,+}
"Dr": [-1800370393,-]{+1861451239,+}
"Dw": [-653386563,-]{+715907501,+}
"I1mr": [-2308884,-]{+2369696,+}
"ILmr": [-4370,-]{+7651,+}
"Ir": [-6384366308,-]{+6558045060,+}
"Overall": [-8867588326-]{+9166031602+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..73f94e1 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+13878385,+}
"D1mw": [-3128624,-]{+3053817,+}
"DLmr": [-92190,-]{+96061,+}
"DLmw": [-100439,-]{+102124,+}
"Dr": [-503830192,-]{+504348984,+}
"Dw": [-225400619,-]{+228886799,+}
"I1mr": [-10615779,-]{+10698446,+}
"ILmr": [-4477,-]{+7687,+}
"Ir": [-1420914043,-]{+1422341384,+}
"Overall": [-2256654586-]{+2272275919+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..5b073a8 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev92+gba16afe.d20210101+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..775dcfd 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6892363,+}
"D1mw": [-3953746,-]{+4162266,+}
"DLmr": [-2137435,-]{+2082672,+}
"DLmw": [-2799987,-]{+2802778,+}
"Dr": [-274430190,-]{+272219170,+}
"Dw": [-110583840,-]{+110177460,+}
"I1mr": [-5066143,-]{+5789355,+}
"ILmr": [-11684,-]{+14886,+}
"Ir": [-1053389932,-]{+1043117516,+}
"Overall": [-1646870790-]{+1639900162+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..75c5039 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3123323,+}
"D1mw": [-438384,-]{+458769,+}
"DLmr": [-90549,-]{+95294,+}
"DLmw": [-106394,-]{+109255,+}
"Dr": [-1800370393,-]{+1945971839,+}
"Dw": [-653386563,-]{+731413195,+}
"I1mr": [-2308884,-]{+2387680,+}
"ILmr": [-4370,-]{+8064,+}
"Ir": [-6384366308,-]{+7238948754,+}
"Overall": [-8867588326-]{+9946591266+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..3a187da 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+15012879,+}
"D1mw": [-3128624,-]{+4073757,+}
"DLmr": [-92190,-]{+96748,+}
"DLmw": [-100439,-]{+103010,+}
"Dr": [-503830192,-]{+505178265,+}
"Dw": [-225400619,-]{+226061529,+}
"I1mr": [-10615779,-]{+13510300,+}
"ILmr": [-4477,-]{+8154,+}
"Ir": [-1420914043,-]{+1426601606,+}
"Overall": [-2256654586-]{+2294466504+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..bb825b5 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev114+gfee0737.d20210109+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..e27e8e8 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6893634,+}
"D1mw": [-3953746,-]{+4163070,+}
"DLmr": [-2137435,-]{+2069596,+}
"DLmw": [-2799987,-]{+2802592,+}
"Dr": [-274430190,-]{+272217064,+}
"Dw": [-110583840,-]{+110176937,+}
"I1mr": [-5066143,-]{+5790832,+}
"ILmr": [-11684,-]{+14872,+}
"Ir": [-1053389932,-]{+1043104924,+}
"Overall": [-1646870790-]{+1639500869+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..2b0fde0 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3126496,+}
"D1mw": [-438384,-]{+459083,+}
"DLmr": [-90549,-]{+95365,+}
"DLmw": [-106394,-]{+109268,+}
"Dr": [-1800370393,-]{+1945972961,+}
"Dw": [-653386563,-]{+731413101,+}
"I1mr": [-2308884,-]{+2388635,+}
"ILmr": [-4370,-]{+8072,+}
"Ir": [-6384366308,-]{+7238969107,+}
"Overall": [-8867588326-]{+9946633175+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..6fda99b 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+14811675,+}
"D1mw": [-3128624,-]{+4040355,+}
"DLmr": [-92190,-]{+96730,+}
"DLmw": [-100439,-]{+102995,+}
"Dr": [-503830192,-]{+505012011,+}
"Dw": [-225400619,-]{+226061618,+}
"I1mr": [-10615779,-]{+13548787,+}
"ILmr": [-4477,-]{+8149,+}
"Ir": [-1420914043,-]{+1423736349,+}
"Overall": [-2256654586-]{+2290649466+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..8c3251f 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev115+g084c0d7.d20210109+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..e5b066d 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6890597,+}
"D1mw": [-3953746,-]{+4162539,+}
"DLmr": [-2137435,-]{+2075891,+}
"DLmw": [-2799987,-]{+2802967,+}
"Dr": [-274430190,-]{+272221456,+}
"Dw": [-110583840,-]{+110178257,+}
"I1mr": [-5066143,-]{+5778305,+}
"ILmr": [-11684,-]{+14841,+}
"Ir": [-1053389932,-]{+1043134638,+}
"Overall": [-1646870790-]{+1639671085+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..1ace837 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3124648,+}
"D1mw": [-438384,-]{+459048,+}
"DLmr": [-90549,-]{+95359,+}
"DLmw": [-106394,-]{+109279,+}
"Dr": [-1800370393,-]{+1945976830,+}
"Dw": [-653386563,-]{+731415373,+}
"I1mr": [-2308884,-]{+2387676,+}
"ILmr": [-4370,-]{+8062,+}
"Ir": [-6384366308,-]{+7238971023,+}
"Overall": [-8867588326-]{+9946629714+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..f608caa 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+14870023,+}
"D1mw": [-3128624,-]{+4093820,+}
"DLmr": [-92190,-]{+96731,+}
"DLmw": [-100439,-]{+103005,+}
"Dr": [-503830192,-]{+504977601,+}
"Dw": [-225400619,-]{+226061500,+}
"I1mr": [-10615779,-]{+13460155,+}
"ILmr": [-4477,-]{+8154,+}
"Ir": [-1420914043,-]{+1423144673,+}
"Overall": [-2256654586-]{+2290116466+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..cce44c2 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev116+gccd53c4.d20210109+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 0bfb772..33ced79 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-5978523,-]{+6894838,+}
"D1mw": [-3953746,-]{+4162568,+}
"DLmr": [-2137435,-]{+2076210,+}
"DLmw": [-2799987,-]{+2802274,+}
"Dr": [-274430190,-]{+272219449,+}
"Dw": [-110583840,-]{+110177480,+}
"I1mr": [-5066143,-]{+5793533,+}
"ILmr": [-11684,-]{+14934,+}
"Ir": [-1053389932,-]{+1043129688,+}
"Overall": [-1646870790-]{+1639732913+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 61ddd4b..712a23e 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3109150,-]{+3123232,+}
"D1mw": [-438384,-]{+458509,+}
"DLmr": [-90549,-]{+95334,+}
"DLmw": [-106394,-]{+109277,+}
"Dr": [-1800370393,-]{+1945969688,+}
"Dw": [-653386563,-]{+731412688,+}
"I1mr": [-2308884,-]{+2387763,+}
"ILmr": [-4370,-]{+8062,+}
"Ir": [-6384366308,-]{+7238941941,+}
"Overall": [-8867588326-]{+9946582523+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index c7e4336..b8103c9 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-11404735,-]{+14981162,+}
"D1mw": [-3128624,-]{+4074193,+}
"DLmr": [-92190,-]{+96708,+}
"DLmw": [-100439,-]{+102989,+}
"Dr": [-503830192,-]{+505078633,+}
"Dw": [-225400619,-]{+226061324,+}
"I1mr": [-10615779,-]{+13510494,+}
"ILmr": [-4477,-]{+8151,+}
"Ir": [-1420914043,-]{+1424655901,+}
"Overall": [-2256654586-]{+2292294694+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 740b94c..242eb43 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev66+gcb0c19b.d20201229-]{+0.13.2.dev117+ge3613ef.d20210110+} |
itamarst
changed the title
DRAFT: Significantly better OOM detection
Significantly better OOM detection
Jan 10, 2021
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..d51724f 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6443556,+}
"D1mw": [-3991557,-]{+4089346,+}
"DLmr": [-2074284,-]{+2076087,+}
"DLmw": [-2800063,-]{+2804372,+}
"Dr": [-276437733,-]{+271805103,+}
"Dw": [-112029864,-]{+109864867,+}
"I1mr": [-5056035,-]{+4967186,+}
"ILmr": [-15211,-]{+15127,+}
"Ir": [-1058474678,-]{+1041218651,+}
"Overall": [-1654123635-]{+1631756553+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..9a959b1 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3128308,+}
"D1mw": [-458854,-]{+451277,+}
"DLmr": [-94338,-]{+91255,+}
"DLmw": [-109212,-]{+109768,+}
"Dr": [-1881282685,-]{+1875981571,+}
"Dw": [-724045280,-]{+721384936,+}
"I1mr": [-2308633,-]{+2291277,+}
"ILmr": [-7616,-]{+8272,+}
"Ir": [-6567410272,-]{+6539549213,+}
"Overall": [-9202640265-]{+9166678018+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..b8a160d 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+14102874,+}
"D1mw": [-3118300,-]{+3286128,+}
"DLmr": [-95508,-]{+92201,+}
"DLmw": [-101721,-]{+102960,+}
"Dr": [-508073048,-]{+503180506,+}
"Dw": [-228057088,-]{+225647541,+}
"I1mr": [-12634367,-]{+11102876,+}
"ILmr": [-7701,-]{+8410,+}
"Ir": [-1434009249,-]{+1415791819,+}
"Overall": [-2294022385-]{+2264694508+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..2ec9265 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev122+ge402dce.d20210110+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..5befe67 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6445396,+}
"D1mw": [-3991557,-]{+4091478,+}
"DLmr": [-2074284,-]{+2102118,+}
"DLmw": [-2800063,-]{+2803961,+}
"Dr": [-276437733,-]{+271794778,+}
"Dw": [-112029864,-]{+109862545,+}
"I1mr": [-5056035,-]{+4974959,+}
"ILmr": [-15211,-]{+15079,+}
"Ir": [-1058474678,-]{+1041127766,+}
"Overall": [-1654123635-]{+1632467161+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..b9caa17 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3126748,+}
"D1mw": [-458854,-]{+450965,+}
"DLmr": [-94338,-]{+91259,+}
"DLmw": [-109212,-]{+109924,+}
"Dr": [-1881282685,-]{+1875984667,+}
"Dw": [-724045280,-]{+721386317,+}
"I1mr": [-2308633,-]{+2291991,+}
"ILmr": [-7616,-]{+8276,+}
"Ir": [-6567410272,-]{+6539572560,+}
"Overall": [-9202640265-]{+9166706130+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..39c10dd 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+14247449,+}
"D1mw": [-3118300,-]{+3352530,+}
"DLmr": [-95508,-]{+92669,+}
"DLmw": [-101721,-]{+102647,+}
"Dr": [-508073048,-]{+503015534,+}
"Dw": [-228057088,-]{+225646192,+}
"I1mr": [-12634367,-]{+11113009,+}
"ILmr": [-7701,-]{+8390,+}
"Ir": [-1434009249,-]{+1412390763,+}
"Overall": [-2294022385-]{+2262015621+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..7e461e4 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev123+g28bc891.d20210110+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..24082f0 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6446056,+}
"D1mw": [-3991557,-]{+4091280,+}
"DLmr": [-2074284,-]{+2102309,+}
"DLmw": [-2800063,-]{+2803687,+}
"Dr": [-276437733,-]{+271797056,+}
"Dw": [-112029864,-]{+109863831,+}
"I1mr": [-5056035,-]{+4974999,+}
"ILmr": [-15211,-]{+15081,+}
"Ir": [-1058474678,-]{+1041158509,+}
"Overall": [-1654123635-]{+1632501046+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..45d63ee 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3127747,+}
"D1mw": [-458854,-]{+451357,+}
"DLmr": [-94338,-]{+91258,+}
"DLmw": [-109212,-]{+109906,+}
"Dr": [-1881282685,-]{+1875986968,+}
"Dw": [-724045280,-]{+721386806,+}
"I1mr": [-2308633,-]{+2291964,+}
"ILmr": [-7616,-]{+8287,+}
"Ir": [-6567410272,-]{+6539588039,+}
"Overall": [-9202640265-]{+9166729615+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..33661ea 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+14219499,+}
"D1mw": [-3118300,-]{+3441482,+}
"DLmr": [-95508,-]{+92643,+}
"DLmw": [-101721,-]{+102626,+}
"Dr": [-508073048,-]{+503119594,+}
"Dw": [-228057088,-]{+225647504,+}
"I1mr": [-12634367,-]{+11114002,+}
"ILmr": [-7701,-]{+8395,+}
"Ir": [-1434009249,-]{+1414212072,+}
"Overall": [-2294022385-]{+2264189022+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..20cb69c 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev124+g34025fa.d20210110+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..5ebc231 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6442380,+}
"D1mw": [-3991557,-]{+4092547,+}
"DLmr": [-2074284,-]{+2118674,+}
"DLmw": [-2800063,-]{+2804028,+}
"Dr": [-276437733,-]{+271818854,+}
"Dw": [-112029864,-]{+109873935,+}
"I1mr": [-5056035,-]{+4977261,+}
"ILmr": [-15211,-]{+15084,+}
"Ir": [-1058474678,-]{+1041218969,+}
"Overall": [-1654123635-]{+1633094090+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..329c0bc 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3127812,+}
"D1mw": [-458854,-]{+451584,+}
"DLmr": [-94338,-]{+91218,+}
"DLmw": [-109212,-]{+109915,+}
"Dr": [-1881282685,-]{+1875999432,+}
"Dw": [-724045280,-]{+721395753,+}
"I1mr": [-2308633,-]{+2292148,+}
"ILmr": [-7616,-]{+8278,+}
"Ir": [-6567410272,-]{+6539590806,+}
"Overall": [-9202640265-]{+9166754497+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..e7b1df7 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+13490466,+}
"D1mw": [-3118300,-]{+2989766,+}
"DLmr": [-95508,-]{+92715,+}
"DLmw": [-101721,-]{+102840,+}
"Dr": [-508073048,-]{+503188818,+}
"Dw": [-228057088,-]{+225658137,+}
"I1mr": [-12634367,-]{+11113446,+}
"ILmr": [-7701,-]{+8405,+}
"Ir": [-1434009249,-]{+1415174692,+}
"Overall": [-2294022385-]{+2260515159+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..4fe297f 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev127+g2d36f50.d20210112+} |
9 tasks
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..eabdbeb 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6444750,+}
"D1mw": [-3991557,-]{+4089629,+}
"DLmr": [-2074284,-]{+2075266,+}
"DLmw": [-2800063,-]{+2804398,+}
"Dr": [-276437733,-]{+271823218,+}
"Dw": [-112029864,-]{+109874528,+}
"I1mr": [-5056035,-]{+4968194,+}
"ILmr": [-15211,-]{+15133,+}
"Ir": [-1058474678,-]{+1041266192,+}
"Overall": [-1654123635-]{+1631818140+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..638ea84 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3126949,+}
"D1mw": [-458854,-]{+451738,+}
"DLmr": [-94338,-]{+91229,+}
"DLmw": [-109212,-]{+109920,+}
"Dr": [-1881282685,-]{+1876000050,+}
"Dw": [-724045280,-]{+721396398,+}
"I1mr": [-2308633,-]{+2292194,+}
"ILmr": [-7616,-]{+8282,+}
"Ir": [-6567410272,-]{+6539577674,+}
"Overall": [-9202640265-]{+9166740576+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..60381d3 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+13309307,+}
"D1mw": [-3118300,-]{+2896625,+}
"DLmr": [-95508,-]{+92249,+}
"DLmw": [-101721,-]{+103010,+}
"Dr": [-508073048,-]{+503193290,+}
"Dw": [-228057088,-]{+225707602,+}
"I1mr": [-12634367,-]{+11201796,+}
"ILmr": [-7701,-]{+8407,+}
"Ir": [-1434009249,-]{+1414175903,+}
"Overall": [-2294022385-]{+2258817687+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..4fe297f 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev127+g2d36f50.d20210112+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..94ea448 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6446074,+}
"D1mw": [-3991557,-]{+4092602,+}
"DLmr": [-2074284,-]{+2108451,+}
"DLmw": [-2800063,-]{+2803732,+}
"Dr": [-276437733,-]{+271823132,+}
"Dw": [-112029864,-]{+109875064,+}
"I1mr": [-5056035,-]{+4973269,+}
"ILmr": [-15211,-]{+15188,+}
"Ir": [-1058474678,-]{+1041262703,+}
"Overall": [-1654123635-]{+1632829809+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..5ca31e7 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3126953,+}
"D1mw": [-458854,-]{+451862,+}
"DLmr": [-94338,-]{+91238,+}
"DLmw": [-109212,-]{+109907,+}
"Dr": [-1881282685,-]{+1875999251,+}
"Dw": [-724045280,-]{+721396931,+}
"I1mr": [-2308633,-]{+2292853,+}
"ILmr": [-7616,-]{+8295,+}
"Ir": [-6567410272,-]{+6539550954,+}
"Overall": [-9202640265-]{+9166717008+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..def9da5 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+13061328,+}
"D1mw": [-3118300,-]{+2942087,+}
"DLmr": [-95508,-]{+92336,+}
"DLmw": [-101721,-]{+103003,+}
"Dr": [-508073048,-]{+503221096,+}
"Dw": [-228057088,-]{+225657729,+}
"I1mr": [-12634367,-]{+11103099,+}
"ILmr": [-7701,-]{+8401,+}
"Ir": [-1434009249,-]{+1415861827,+}
"Overall": [-2294022385-]{+2259278908+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..cd80377 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev128+g4b620db.d20210112+} |
Benchmark resultsdiff --git a/benchmarks/results/lots-of-peaks.json b/benchmarks/results/lots-of-peaks.json
index 97aabef..68b329f 100644
--- a/benchmarks/results/lots-of-peaks.json
+++ b/benchmarks/results/lots-of-peaks.json
@@ -1,12 +1,12 @@
{
"D1mr": [-6076063,-]{+6446184,+}
"D1mw": [-3991557,-]{+4092869,+}
"DLmr": [-2074284,-]{+2059061,+}
"DLmw": [-2800063,-]{+2801631,+}
"Dr": [-276437733,-]{+271863640,+}
"Dw": [-112029864,-]{+109898877,+}
"I1mr": [-5056035,-]{+4965306,+}
"ILmr": [-15211,-]{+15111,+}
"Ir": [-1058474678,-]{+1041417773,+}
"Overall": [-1654123635-]{+1631471816+}
}
diff --git a/benchmarks/results/multithreading-1.json b/benchmarks/results/multithreading-1.json
index 6547631..675dbd8 100644
--- a/benchmarks/results/multithreading-1.json
+++ b/benchmarks/results/multithreading-1.json
@@ -1,12 +1,12 @@
{
"D1mr": [-3124275,-]{+3126711,+}
"D1mw": [-458854,-]{+451091,+}
"DLmr": [-94338,-]{+91208,+}
"DLmw": [-109212,-]{+109966,+}
"Dr": [-1881282685,-]{+1876001327,+}
"Dw": [-724045280,-]{+721395717,+}
"I1mr": [-2308633,-]{+2291287,+}
"ILmr": [-7616,-]{+8262,+}
"Ir": [-6567410272,-]{+6539607355,+}
"Overall": [-9202640265-]{+9166763835+}
}
diff --git a/benchmarks/results/pystone.json b/benchmarks/results/pystone.json
index 55c5aab..76adf5a 100644
--- a/benchmarks/results/pystone.json
+++ b/benchmarks/results/pystone.json
@@ -1,12 +1,12 @@
{
"D1mr": [-13681108,-]{+13478572,+}
"D1mw": [-3118300,-]{+2993468,+}
"DLmr": [-95508,-]{+92654,+}
"DLmw": [-101721,-]{+102830,+}
"Dr": [-508073048,-]{+503443432,+}
"Dw": [-228057088,-]{+225709526,+}
"I1mr": [-12634367,-]{+11261644,+}
"ILmr": [-7701,-]{+8400,+}
"Ir": [-1434009249,-]{+1417817990,+}
"Overall": [-2294022385-]{+2264022204+}
}
diff --git a/benchmarks/results/version.txt b/benchmarks/results/version.txt
index 28f23b9..e5a043e 100644
--- a/benchmarks/results/version.txt
+++ b/benchmarks/results/version.txt
@@ -1 +1 @@
[-0.13.2.dev118+gd2d1a57.d20210110-]{+0.13.2.dev129+gd12795b.d20210112+} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #96