mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 08:45:59 +02:00
Initial checkin
This commit is contained in:
parent
c74712dad9
commit
078564ac9e
3242 changed files with 1616395 additions and 0 deletions
30
IDE/Tests/Rando/BeefProj.toml
Normal file
30
IDE/Tests/Rando/BeefProj.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
FileVersion = 1
|
||||
Dependencies = {minlib = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "RandoTest"
|
||||
StartupObject = "Program"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
||||
|
||||
[Configs.Paranoid.Win32]
|
||||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
||||
|
||||
[Configs.Paranoid.Win64]
|
||||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
||||
|
||||
[Configs.Test.Win32]
|
||||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
||||
|
||||
[Configs.Test.Win64]
|
||||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
5
IDE/Tests/Rando/BeefSpace.toml
Normal file
5
IDE/Tests/Rando/BeefSpace.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
FileVersion = 1
|
||||
Projects = {RandoTest = {Path = "."}, minlib = {Path = "../../mintest/minlib"}}
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "RandoTest"
|
1
IDE/Tests/Rando/cloc.bat
Normal file
1
IDE/Tests/Rando/cloc.bat
Normal file
|
@ -0,0 +1 @@
|
|||
\bin\cloc . --force-lang="C#",bf
|
32
IDE/Tests/Rando/scripts/Test001.toml
Normal file
32
IDE/Tests/Rando/scripts/Test001.toml
Normal file
|
@ -0,0 +1,32 @@
|
|||
TypeCount = 1500
|
||||
PrimitiveTypeChance = 0.0
|
||||
StructPct = 0.0
|
||||
TypeComplexityPower = 2.0
|
||||
|
||||
#CreateGenericTypePct = 0.3
|
||||
#SpecializedTypePower = 3.0
|
||||
#UnspecializedTypeScalar = 10.0
|
||||
|
||||
CreateGenericTypePct = 0.0
|
||||
SpecializedTypePower = 0.0
|
||||
UnspecializedTypeScalar = 0.0
|
||||
TypeDefPoolPower = 1.1
|
||||
TypeDefPoolOffset = 3.0
|
||||
TypeDefPoolScalar = 15.0
|
||||
|
||||
FieldCountPower = 2.0
|
||||
FieldCountScalar = 12.0
|
||||
FieldStaticPct = 0.2
|
||||
|
||||
VoidReturnPct = 0.6
|
||||
MethodCodeComplexityPower = 2.0
|
||||
MethodLengthScalar = 40
|
||||
MethodCountScalar = 10.0
|
||||
AssignMemberPct = 0.3
|
||||
CreateLocalPct = 0.3
|
||||
|
||||
ParamCountPower = 3.0
|
||||
ParamCountScalar = 5.0
|
||||
|
||||
NewSpacespaceChance = 0.2
|
||||
RootNamespaceChance = 0.1
|
29
IDE/Tests/Rando/scripts/Test002.toml
Normal file
29
IDE/Tests/Rando/scripts/Test002.toml
Normal file
|
@ -0,0 +1,29 @@
|
|||
TypeCount = 1500
|
||||
PrimitiveTypeChance = 0.0
|
||||
StructPct = 0.0
|
||||
TypeComplexityPower = 2.0
|
||||
|
||||
CreateGenericTypePct = 0.3
|
||||
SpecializedTypePower = 3.0
|
||||
UnspecializedTypeScalar = 10.0
|
||||
|
||||
TypeDefPoolPower = 1.1
|
||||
TypeDefPoolOffset = 3.0
|
||||
TypeDefPoolScalar = 15.0
|
||||
|
||||
FieldCountPower = 2.0
|
||||
FieldCountScalar = 12.0
|
||||
FieldStaticPct = 0.2
|
||||
|
||||
VoidReturnPct = 0.6
|
||||
MethodCodeComplexityPower = 2.0
|
||||
MethodLengthScalar = 40
|
||||
MethodCountScalar = 10.0
|
||||
AssignMemberPct = 0.3
|
||||
CreateLocalPct = 0.3
|
||||
|
||||
ParamCountPower = 3.0
|
||||
ParamCountScalar = 5.0
|
||||
|
||||
NewSpacespaceChance = 0.2
|
||||
RootNamespaceChance = 0.1
|
29
IDE/Tests/Rando/scripts/Test003.toml
Normal file
29
IDE/Tests/Rando/scripts/Test003.toml
Normal file
|
@ -0,0 +1,29 @@
|
|||
TypeCount = 12000
|
||||
PrimitiveTypeChance = 0.0
|
||||
StructPct = 0.0
|
||||
TypeComplexityPower = 1.2
|
||||
|
||||
CreateGenericTypePct = 0.3
|
||||
SpecializedTypePower = 3.0
|
||||
UnspecializedTypeScalar = 12.0
|
||||
|
||||
TypeDefPoolPower = 1.1
|
||||
TypeDefPoolOffset = 3.0
|
||||
TypeDefPoolScalar = 15.0
|
||||
|
||||
FieldCountPower = 2.0
|
||||
FieldCountScalar = 12.0
|
||||
FieldStaticPct = 0.2
|
||||
|
||||
VoidReturnPct = 0.6
|
||||
MethodCodeComplexityPower = 2.0
|
||||
MethodLengthScalar = 40
|
||||
MethodCountScalar = 10.0
|
||||
AssignMemberPct = 0.3
|
||||
CreateLocalPct = 0.3
|
||||
|
||||
ParamCountPower = 3.0
|
||||
ParamCountScalar = 5.0
|
||||
|
||||
NewSpacespaceChance = 0.2
|
||||
RootNamespaceChance = 0.1
|
Loading…
Add table
Add a link
Reference in a new issue