From 69ae0165931837071aa3b8d2b620ccb402fd85e6 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 13 May 2018 11:57:12 -0400 Subject: [PATCH] demos: Move benchmarks to maint directory --- {demos => maint}/benchmark/benchmark.py | 0 {demos => maint}/benchmark/chunk_benchmark.py | 0 {demos => maint}/benchmark/gen_benchmark.py | 0 {demos => maint}/benchmark/stack_context_benchmark.py | 0 {demos => maint}/benchmark/template_benchmark.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {demos => maint}/benchmark/benchmark.py (100%) rename {demos => maint}/benchmark/chunk_benchmark.py (100%) rename {demos => maint}/benchmark/gen_benchmark.py (100%) rename {demos => maint}/benchmark/stack_context_benchmark.py (100%) rename {demos => maint}/benchmark/template_benchmark.py (100%) diff --git a/demos/benchmark/benchmark.py b/maint/benchmark/benchmark.py similarity index 100% rename from demos/benchmark/benchmark.py rename to maint/benchmark/benchmark.py diff --git a/demos/benchmark/chunk_benchmark.py b/maint/benchmark/chunk_benchmark.py similarity index 100% rename from demos/benchmark/chunk_benchmark.py rename to maint/benchmark/chunk_benchmark.py diff --git a/demos/benchmark/gen_benchmark.py b/maint/benchmark/gen_benchmark.py similarity index 100% rename from demos/benchmark/gen_benchmark.py rename to maint/benchmark/gen_benchmark.py diff --git a/demos/benchmark/stack_context_benchmark.py b/maint/benchmark/stack_context_benchmark.py similarity index 100% rename from demos/benchmark/stack_context_benchmark.py rename to maint/benchmark/stack_context_benchmark.py diff --git a/demos/benchmark/template_benchmark.py b/maint/benchmark/template_benchmark.py similarity index 100% rename from demos/benchmark/template_benchmark.py rename to maint/benchmark/template_benchmark.py