+ Added file updating

This commit is contained in:
Matthew Cech
2019-05-05 22:10:48 -07:00
parent 99667330df
commit d252cf54b0
3 changed files with 15 additions and 2 deletions
+9 -1
View File
@@ -27,7 +27,15 @@ public class BenchmarkFramework
BenchmarkInput input = new BenchmarkInput(args);
return ExecuteCommand(input.key, input);
}
public void Update()
{
synchronized(benchmarkManager)
{
benchmarkManager.Update();
}
}
// Registers a command
private void RegisterCommand(String commandName, BenchmarkCommand command)
{