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
- Host: GitHub
- URL: https://github.com/lu-zero/testcase-benchmark
- Owner: lu-zero
- Created: 2018-10-08T19:44:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T19:44:30.000Z (over 6 years ago)
- Last Synced: 2025-01-17T13:17:00.685Z (5 months ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```