Skip to content

Commit

Permalink
Chore: Remove benchmarks for Year 2016: Day 09
Browse files Browse the repository at this point in the history
  • Loading branch information
joshleaves committed Mar 31, 2024
1 parent a72cc4b commit 35bf6ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 141 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Of note:
- The changelog 2015.5.2 has been rewritten from each commit content.
- This file may be amended entirely in the future to adhere to the [GNU Changelog style](https://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html#Style-of-Change-Logs)

## [2017.17.2]
### Removed
- Removed benchmarks for Year 2016, day 04.
- Removed benchmarks for Year 2016, day 09.
- Removed requirements of Regex crate.

## [2017.17.1]
### Added
- Solved [exercice for 2017, day 17](src/year_2017/17.rs).
Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "advent-rs"
version = "2017.17.1"
version = "2017.17.2"
edition = "2021"
authors = ["Arnaud 'red' Rouyer"]
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,6 @@ mutants = "0.0.3"

[dev-dependencies]
assert_cmd = "2.0.13"
regex = "1.10.3"
predicates = "3.1.0"
criterion = { version = "0.5.1", features = ["html_reports"] }

Expand All @@ -54,9 +53,6 @@ harness = false
[[bench]]
name = "year_2016"
harness = false
# [[bench]]
# name = "year_2016_day_09"
# harness = false
[[bench]]
name = "year_2017"
harness = false
Expand Down
136 changes: 0 additions & 136 deletions benches/year_2016_day_09.rs

This file was deleted.

0 comments on commit 35bf6ec

Please sign in to comment.