mirror of
https://github.com/xythrez/RustMP.git
synced 2025-09-03 05:12:36 +00:00
Add factorial benchmark
This commit is contained in:
parent
8227ae5c65
commit
ba675a12c2
4 changed files with 67 additions and 3 deletions
|
@ -73,7 +73,7 @@ macro_rules! critical {
|
|||
macro_rules! __reduction_operation {
|
||||
($f:ident) => {$f};
|
||||
($op:tt) => {
|
||||
|x, &y| {x $op y}
|
||||
|x, y| {x $op y}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue