From 8ba3c765e04af6774f22a9a69c09386797bc8b45 Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Sun, 16 Aug 2020 17:23:02 -0400 Subject: [PATCH] rename bench-reporting to jsut benchmarkl --- src/{bench-reporting => benchmark}/reporting.ts | 0 src/{bench-reporting => benchmark}/run.ts | 0 src/{bench-reporting => benchmark}/visit.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{bench-reporting => benchmark}/reporting.ts (100%) rename src/{bench-reporting => benchmark}/run.ts (100%) rename src/{bench-reporting => benchmark}/visit.ts (100%) diff --git a/src/bench-reporting/reporting.ts b/src/benchmark/reporting.ts similarity index 100% rename from src/bench-reporting/reporting.ts rename to src/benchmark/reporting.ts diff --git a/src/bench-reporting/run.ts b/src/benchmark/run.ts similarity index 100% rename from src/bench-reporting/run.ts rename to src/benchmark/run.ts diff --git a/src/bench-reporting/visit.ts b/src/benchmark/visit.ts similarity index 100% rename from src/bench-reporting/visit.ts rename to src/benchmark/visit.ts