diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-02-24 09:51:58 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-02-24 09:51:58 +0000 |
commit | 7934aa9af22e8fa3c33a45bc08e732a73c0cabf5 (patch) | |
tree | ab810f2da0851c49d270da71ce1888fd3c7879fb /chomp-bench/src/arith/mod.rs | |
parent | 1ab32a794c593b041801c8aac51edc353757b610 (diff) |
Add arithmetic benchmark for Nibble.
Diffstat (limited to 'chomp-bench/src/arith/mod.rs')
-rw-r--r-- | chomp-bench/src/arith/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chomp-bench/src/arith/mod.rs b/chomp-bench/src/arith/mod.rs new file mode 100644 index 0000000..e7b7abd --- /dev/null +++ b/chomp-bench/src/arith/mod.rs @@ -0,0 +1 @@ +pub mod nibble; |