Skip to content

Commit 6eed9a4

Browse files
committed
Refactor benchmarks and examples: rename offset_multiple to bench_offset_multiple, remove unused example, and update README accordingly.
1 parent 2f5f3af commit 6eed9a4

4 files changed

Lines changed: 1 addition & 34 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ rand = "0.9.2"
2323
divan = "0.1.21"
2424

2525
[[bench]]
26-
name = "offset_multiple"
26+
name = "bench_offset_multiple"
2727
harness = false
2828

2929
[[example]]
3030
name = "offset_polyline"
3131

32-
[[example]]
33-
name = "offset_multiple"
34-
3532
[workspace.lints]
3633
rust.unsafe_code = "forbid"
3734

examples/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ cargo run --example offset_polyline
77
```
88

99
![](https://raw.githubusercontent.com/radevgit/offroad/refs/heads/main/examples/img/offset_polyline.svg "offset_polyline")
10-
11-
```
12-
cargo run --example offset_multiple
13-
```
14-
15-
![](https://raw.githubusercontent.com/radevgit/offroad/refs/heads/main/examples/img/offset_multiple.svg "offset_multiple")

examples/offset_multiple.rs

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)