Skip to content

Commit

Permalink
ice++
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Dec 28, 2023
1 parent b87323b commit 6d0aa5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ https://github.com/langston-barrett/tree-splicer code mutator which icemaker can

Trophy case (840+):

https://github.com/rust-lang/rust/issues/119352
https://github.com/rust-lang/rust/issues/119316
https://github.com/rust-lang/rust/issues/119295
https://github.com/rust-lang/rust/issues/119275
Expand Down
2 changes: 1 addition & 1 deletion src/fuzz_tree_splicer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub(crate) fn splice_file_from_set(
let splicer_cfg: Config = Config {
inter_splices: random_inter_splices,
seed: random_seed,
tests: 50, // 10
tests: 200, // 10
//
chaos: 10, // % chance that a chaos mutation will occur
deletions: 0, //
Expand Down

0 comments on commit 6d0aa5c

Please sign in to comment.