Skip to content

Commit

Permalink
Remove benches (#4)
Browse files Browse the repository at this point in the history
* Remove benches

* Remove 'build-benches' from justfile
  • Loading branch information
rfuest authored Nov 9, 2020
1 parent cd6b25e commit da56ee4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 368 deletions.
18 changes: 0 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ exclude = [
[badges]
circle-ci = { repository = "embedded-graphics/simulator", branch = "master" }

[[bench]]
harness = false
name = "primitives"
[[bench]]
harness = false
name = "primitives_fixed_point"
required-features = ["fixed_point"]
[[bench]]
harness = false
name = "fonts"
[[bench]]
harness = false
name = "image"
[[bench]]
harness = false
name = "contains"

[dependencies]
image = "0.23.0"

Expand All @@ -50,7 +33,6 @@ git = "https://github.com/embedded-graphics/embedded-graphics"

[dev-dependencies]
chrono = "0.4.10"
criterion = { version = "0.3.0", default-features = false }

[dependencies.tinybmp]
# version = "0.2.2"
Expand Down
28 changes: 0 additions & 28 deletions benches/contains.rs

This file was deleted.

29 changes: 0 additions & 29 deletions benches/fonts.rs

This file was deleted.

19 changes: 0 additions & 19 deletions benches/image.rs

This file was deleted.

231 changes: 0 additions & 231 deletions benches/primitives.rs

This file was deleted.

38 changes: 0 additions & 38 deletions benches/primitives_fixed_point.rs

This file was deleted.

6 changes: 1 addition & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ ci_build_image := "jamwaffles/circleci-embedded-graphics:1.40.0-cimg"
# Building
#----------

build: check-formatting test test-all build-benches build-simulator check-drawing-examples check-readme check-links

# Build the benches
build-benches:
cargo bench --no-run
build: check-formatting test test-all build-simulator check-drawing-examples check-readme check-links

# Build the simulator
build-simulator:
Expand Down

0 comments on commit da56ee4

Please sign in to comment.