An open API service indexing awesome lists of open source software.

https://github.com/lu-zero/testcase-benchmark

Just a simple testcase for a cargo issue
https://github.com/lu-zero/testcase-benchmark

Last synced: 3 months ago
JSON representation

Just a simple testcase for a cargo issue

Awesome Lists containing this project

README

        

# testcase for [cargo#6156](https://github.com/rust-lang/cargo/issues/6156)

Minimal testcase

the fake bencher supports:
```
--help
```
```
--special-option
```

Testing it:

```
cargo bench --help
```
```
cargo bench --special-option
```