aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/var-1-constant.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench/var-1-constant.py')
-rw-r--r--tests/bench/var-1-constant.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/bench/var-1-constant.py b/tests/bench/var-1-constant.py
deleted file mode 100644
index eec977909..000000000
--- a/tests/bench/var-1-constant.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import bench
-
-def test(num):
- i = 0
- while i < 20000000:
- i += 1
-
-bench.run(test)