Skip to content

Commit

Permalink
ci: Update benchmark and fuzzing scripts (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored Aug 6, 2024
1 parent 3f10045 commit 68a9dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ commands:
- run:
name: "Benchmark"
working_directory: ~/build
command: test/intx-bench --benchmark_min_time=0.01
command: test/intx-bench --benchmark_min_time=1x

collect_coverage_gcc:
description: "Collect coverage data (GCC)"
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
working_directory: ~/build
command: |
mkdir -p ~/corpus
test/intx-fuzzer ~/corpus -use_value_profile=1 -max_len=129 -runs=100000 -jobs=4
test/intx-fuzzer ~/corpus -fork=4 -use_value_profile=1 -max_len=129 -runs=1000000
- save_cache:
key: corpus-{{ epoch }}
paths:
Expand Down

0 comments on commit 68a9dfa

Please sign in to comment.