Skip to content

Commit 7fbf6dc

Browse files
committed
Commit trace files
1 parent 91dcb2f commit 7fbf6dc

File tree

7 files changed

+9775
-5
lines changed

7 files changed

+9775
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ui/public/traces filter=lfs diff=lfs merge=lfs -text

ui/.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25-
26-
# don't commit these large files until we're ready
27-
public/scenarios.json
28-
public/topologies
29-
public/traces

ui/public/scenarios.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"scenarios": [
3+
{
4+
"name": "1x",
5+
"topology": "topologies/thousand.yaml",
6+
"duration": 300,
7+
"trace": "traces/1xsummary.jsonl.gz",
8+
"aggregated": true
9+
},
10+
{
11+
"name": "10x",
12+
"topology": "topologies/thousand.yaml",
13+
"duration": 300,
14+
"trace": "traces/10xsummary.jsonl.gz",
15+
"aggregated": true
16+
},
17+
{
18+
"name": "100x",
19+
"topology": "topologies/thousand.yaml",
20+
"duration": 300,
21+
"trace": "traces/100xsummary.jsonl.gz",
22+
"aggregated": true
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)