From 373a437bae8e0b0a150508d32a134eff6e88a77c Mon Sep 17 00:00:00 2001
From: Pradyumna Kaushik <pkaushi1@binghamton.edu>
Date: Tue, 20 Dec 2016 16:27:44 -0500
Subject: [PATCH] Added TODO to setup the constants at runtime.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9d5001e..65c77f6 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,14 @@ To Do:
  * Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
  * Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?)
  * Write test code for each scheduler (This should be after the design change)
-
+ * Some of the constants in constants/constants.go can vary based on the environment.  
+   Possible to setup the constants at runtime based on the environment?
 
 
 **Requires Performance-Copilot tool pmdumptext to be installed on the
 machine on which electron is launched for logging to work**
 
 
-
 How to run (Use the --help option to get information about other command-line options):
 
 `./electron -workload <workload json>`