Skip to content

Commit

Permalink
Filter out benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyRuhlmann committed Sep 19, 2024
1 parent 6c37302 commit 9f76044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run_benchmarks_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pushd "${PROJECT_DIR}" > /dev/null

# Run benchmarks
message "Running benchmarks"
cargo bench --workspace -- --warm-up-time 1 --measurement-time 5 --sample-size=200
cargo bench credit_card -- --warm-up-time 1 --measurement-time 5 --sample-size=200
message "Finished running benchmarks"

# Copy the benchmark results to the output directory
Expand Down

0 comments on commit 9f76044

Please sign in to comment.