From f668d449b5f86e2f401012f7ccf2ba4bca4b5b76 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 9 Oct 2015 11:44:17 -0700 Subject: [PATCH 1/2] Updated number of tests Testing speed, testing commit. --- 02-array-seq/listcomp_speed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-array-seq/listcomp_speed.py b/02-array-seq/listcomp_speed.py index 0ec8b58..c4f811b 100644 --- a/02-array-seq/listcomp_speed.py +++ b/02-array-seq/listcomp_speed.py @@ -1,6 +1,6 @@ import timeit -TIMES = 10000 +TIMES = 100000 SETUP = """ symbols = '$¢£¥€¤' From 3e5334b13c5fdc8b7858bddee94869fe4b902ee0 Mon Sep 17 00:00:00 2001 From: bqph Date: Fri, 9 Oct 2015 12:03:13 -0700 Subject: [PATCH 2/2] Reset the value of TIMES Tinkering with commits. --- 02-array-seq/listcomp_speed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-array-seq/listcomp_speed.py b/02-array-seq/listcomp_speed.py index c4f811b..0ec8b58 100644 --- a/02-array-seq/listcomp_speed.py +++ b/02-array-seq/listcomp_speed.py @@ -1,6 +1,6 @@ import timeit -TIMES = 100000 +TIMES = 10000 SETUP = """ symbols = '$¢£¥€¤'