-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert user specified patterns to synthetic patterns
Signed-off-by: Le Xu <[email protected]>
- Loading branch information
Le Xu
committed
Mar 1, 2025
1 parent
20c3355
commit 2b00555
Showing
20 changed files
with
125 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/examples/completion-len-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 8, | ||
"mean": 169, | ||
"noise": 0.1, | ||
"period_len_ms": 300000, | ||
"only_rise": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 15, | ||
"mean": 309, | ||
"noise": 0.1, | ||
"period_len_ms": 300000, | ||
"only_rise": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 2, | ||
"mean": 6, | ||
"noise": 0.1, | ||
"period_len_ms": 300000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/completion-len-configs/HighFast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 86, | ||
"mean": 43, | ||
"noise": 0.1, | ||
"period_len_ms": 120000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/completion-len-configs/HighSlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 86, | ||
"mean": 43, | ||
"noise": 0.1, | ||
"period_len_ms": 4230000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/completion-len-configs/LowFast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 7.1, | ||
"mean": 43, | ||
"noise": 0.1, | ||
"period_len_ms": 120000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/completion-len-configs/LowSlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 7.1, | ||
"mean": 43, | ||
"noise": 0.1, | ||
"period_len_ms": 4230000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/prompt-len-configs/HighFast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 2048, | ||
"mean": 1024, | ||
"noise": 0.1, | ||
"period_len_ms": 90000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/prompt-len-configs/HighSlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 2048, | ||
"mean": 1024, | ||
"noise": 0.1, | ||
"period_len_ms": 210000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/prompt-len-configs/LowFast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 174, | ||
"mean": 1024, | ||
"noise": 0.1, | ||
"period_len_ms": 90000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/prompt-len-configs/LowSlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 174, | ||
"mean": 1024, | ||
"noise": 0.1, | ||
"period_len_ms": 210000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/traffic-configs/HighFast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 3.6, | ||
"mean": 6, | ||
"noise": 0.1, | ||
"period_len_ms": 120000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/traffic-configs/HighSlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 3.6, | ||
"mean": 6, | ||
"noise": 0.1, | ||
"period_len_ms": 1200000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/traffic-configs/LowFast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 0.6, | ||
"mean": 6, | ||
"noise": 0.1, | ||
"period_len_ms": 120000, | ||
"only_rise": false | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/generator/config/predefined/traffic-configs/LowSlow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"fluctuate": 0.6, | ||
"mean": 6, | ||
"noise": 0.1, | ||
"period_len_ms": 1200000, | ||
"only_rise": false | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters