summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-07-07 11:26:56 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-07-07 11:26:56 +0200
commit772d173dc2864e8fdaf98b9a549e2ed0f4be2099 (patch)
tree91d833f1d6700a86724d026b63e62fde8f85fab3 /src/bin
parentf7eef79cb2685d12f361e3903b79bce3583b36fc (diff)
Changed default implementation used by main to be bitwise
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/perf-test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/perf-test.rs b/src/bin/perf-test.rs
index 81dc5a5..f5a78a0 100644
--- a/src/bin/perf-test.rs
+++ b/src/bin/perf-test.rs
@@ -9,7 +9,7 @@ const STATE_PATH: &str = "tests/state0.json";
use std::process;
fn main() {
-// expressive();
+ expressive();
bitwise();
}