Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit e8b473a

Browse files
Move benchmarks into a separate place file for studio users
1 parent be0f9ef commit e8b473a

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

benchmarks.project.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "Roact Benchmarks Place",
3+
"tree": {
4+
"$className": "DataModel",
5+
6+
"ReplicatedStorage": {
7+
"$className": "ReplicatedStorage",
8+
9+
"Roact": {
10+
"$path": "src"
11+
}
12+
},
13+
14+
"ServerScriptService": {
15+
"$className": "ServerScriptService",
16+
17+
"RoactBenchmark": {
18+
"$path": "benchmarks"
19+
}
20+
},
21+
22+
"HttpService": {
23+
"$className": "HttpService",
24+
"$properties": {
25+
"HttpEnabled": true
26+
}
27+
},
28+
29+
"Players": {
30+
"$className": "Players",
31+
"$properties": {
32+
"CharacterAutoLoads": false
33+
}
34+
}
35+
}
36+
}

place.project.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
"ServerScriptService": {
3131
"$className": "ServerScriptService",
3232

33-
"RoactBenchmark": {
34-
"$path": "benchmarks"
35-
},
3633
"RoactTests": {
3734
"$path": "bin/run-tests.server.lua"
3835
}

0 commit comments

Comments
 (0)