Skip to content

Commit 082da6f

Browse files
author
434b
committed
improve CI build times by limiting runs
1 parent 9a3347a commit 082da6f

14 files changed

Lines changed: 21 additions & 21 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"includes": ["target", "integration.fuzz", "worker.fuzz"],
33
"excludes": ["node_modules"],
4-
"fuzzerOptions": ["-rss_limit_mb=16000"]
4+
"fuzzerOptions": ["-rss_limit_mb=16000", "-runs=100000"]
55
}

fuzztests/.jazzerjsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fuzzerOptions": ["-use_value_profile=1", "-max_total_time=30"],
2+
"fuzzerOptions": ["-use_value_profile=1", "-runs=100000"],
33
"includes": ["jazzer.js"],
44
"timeout": 1000
55
}

tests/FuzzedDataProvider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "An example showing how to use FuzzedDataProvider in Jazzer.js",
55
"scripts": {
6-
"fuzz": "jazzer fuzz --sync -x Error -i jazzer.js -- -use_value_profile=1 -print_pcs=1 -print_final_stats=1 -max_len=52 -max_total_time=180 -seed=123",
6+
"fuzz": "jazzer fuzz --sync -x Error -i jazzer.js -- -use_value_profile=1 -print_pcs=1 -print_final_stats=1 -max_len=52 -runs=4000000 -seed=605643277",
77
"dryRun": "jazzer fuzz -d --sync -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {

tests/done_callback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles callback based fuzz targets",
55
"scripts": {
6-
"fuzz": "jazzer fuzz -x Error -- -max_total_time=60",
6+
"fuzz": "jazzer fuzz -x Error -- -runs=5000 -seed=2386907168",
77
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {

tests/return_values/asyncRunnerAsyncReturns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles string comparisons in the code",
55
"scripts": {
6-
"fuzz": "jazzer fuzz -- -max_total_time=60",
7-
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789 "
6+
"fuzz": "jazzer fuzz -- -runs=5000 -seed=3088388356",
7+
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {
1010
"@jazzer.js/core": "file:../../../packages/core"

tests/return_values/asyncRunnerMixedReturns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles string comparisons in the code",
55
"scripts": {
6-
"fuzz": "jazzer fuzz -- -max_total_time=60 ",
7-
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789 "
6+
"fuzz": "jazzer fuzz -- -runs=5000 -seed=3088388356",
7+
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {
1010
"@jazzer.js/core": "file:../../../packages/core"

tests/return_values/asyncRunnerSyncReturns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles string comparisons in the code",
55
"scripts": {
6-
"fuzz": "jazzer fuzz -- -max_total_time=60 ",
7-
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789 "
6+
"fuzz": "jazzer fuzz -- -runs=5000 -seed=3088388356",
7+
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {
1010
"@jazzer.js/core": "file:../../../packages/core"

tests/return_values/syncRunnerAsyncReturns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles string comparisons in the code",
55
"scripts": {
6-
"fuzz": "jazzer fuzz --sync -- -max_total_time=60 ",
7-
"dryRun": "jazzer fuzz --sync -- -runs=100 -seed=123456789 "
6+
"fuzz": "jazzer fuzz --sync -- -runs=5000 -seed=3088388356",
7+
"dryRun": "jazzer fuzz --sync -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {
1010
"@jazzer.js/core": "file:../../../packages/core"

tests/return_values/syncRunnerMixedReturns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles string comparisons in the code",
55
"scripts": {
6-
"fuzz": "jazzer fuzz --sync -- -max_total_time=60 ",
7-
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789 "
6+
"fuzz": "jazzer fuzz --sync -- -runs=5000 -seed=3088388356",
7+
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {
1010
"@jazzer.js/core": "file:../../../packages/core"

tests/return_values/syncRunnerSyncReturns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "An example showing how Jazzer.js handles string comparisons in the code",
55
"scripts": {
6-
"fuzz": "jazzer fuzz --sync -- -max_total_time=60 ",
7-
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789 "
6+
"fuzz": "jazzer fuzz --sync -- -runs=5000 -seed=3088388356",
7+
"dryRun": "jazzer fuzz -- -runs=100 -seed=123456789"
88
},
99
"devDependencies": {
1010
"@jazzer.js/core": "file:../../../packages/core",

0 commit comments

Comments
 (0)