Commit b425d17
authored
fix bench command line options (#1685)
fix to criterion bench not accepts options
```
error: Unrecognized option: 'save-baseline'
error: bench failed
```
bheisler/criterion.rs#193 (comment)1 parent 3d91302 commit b425d17
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
0 commit comments