forked from rojo-rbx/rojo
Move and tidy up small place benchmark
This commit is contained in:
38
test-projects/benchmark_small_place/default.project.json
Normal file
38
test-projects/benchmark_small_place/default.project.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "benchmark_project_0.6.0",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
|
||||
"ReplicatedStorage": {
|
||||
"$className": "ReplicatedStorage",
|
||||
|
||||
"Common": {
|
||||
"$path": "src/common"
|
||||
},
|
||||
|
||||
"Models": {
|
||||
"$path": "models"
|
||||
}
|
||||
},
|
||||
|
||||
"ServerScriptService": {
|
||||
"$className": "ServerScriptService",
|
||||
|
||||
"Server": {
|
||||
"$path": "src/server"
|
||||
}
|
||||
},
|
||||
|
||||
"StarterPlayer": {
|
||||
"$className": "StarterPlayer",
|
||||
|
||||
"StarterPlayerScripts": {
|
||||
"$className": "StarterPlayerScripts",
|
||||
|
||||
"Client": {
|
||||
"$path": "src/client"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user