Skip to content

Commit

Permalink
Benchmark for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 4, 2023
1 parent b875e0e commit 738eaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/benches/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::fs::read_to_string;

pub fn criterion_benchmark(c: &mut Criterion) {
#![allow(clippy::unwrap_used)]
for year in 2015..=2022 {
for year in 2015..=2023 {
let start_day = 1;
let end_day = 25;
for day in start_day..=end_day {
Expand Down

1 comment on commit 738eaac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@                     Benchmark Difference                    @@
#     Name   Old (instructions)   New (instructions)   Change (%)
  2023_1_1            1,453,013            1,453,013            0
  2023_1_2            1,426,883            1,426,883            0
  2023_2_1              614,090              614,090            0
  2023_2_2              590,031              590,031            0
  2023_3_1              928,566              928,566            0
  2023_3_2              674,579              674,579            0
Benchmark Instructions (count) Instructions (%)
2023_1_1 1,453,013 25.5
2023_1_2 1,426,883 25.1
2023_3_1 928,566 16.3
2023_3_2 674,579 11.9
2023_2_1 614,090 10.8
2023_2_2 590,031 10.4

Please sign in to comment.