summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test-plans/test.m')
-rw-r--r--test-plans/test.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-plans/test.m b/test-plans/test.m
new file mode 100644
index 0000000..d0cc40e
--- /dev/null
+++ b/test-plans/test.m
@@ -0,0 +1,4 @@
+function a = double(a)
+ for i = 1:length(a), a(i) = a(i) + a(i); end
+
+clear b; tic; for i = 1:10^5, b(i) = a(i) + a(i); end, toc \ No newline at end of file