Use "context" to contain run details (#14)

* Create "context" to contain run details

* Use context in tests and benchmarks
This commit is contained in:
Matan Kushner
2019-04-19 16:57:14 -04:00
committed by GitHub
parent 6d7485cf50
commit 022e0002e4
11 changed files with 81 additions and 45 deletions
+1
View File
@@ -1,4 +1,5 @@
// Lib is present to allow for benchmarking
pub mod context;
pub mod modules;
pub mod print;
pub mod segment;