Skip to content

Commit 1fba78b

Browse files
committed
feat: add new scenario configuration for Google Meet performance testing and update Grafana dashboard settings
1 parent 32c87e8 commit 1fba78b

File tree

2 files changed

+1405
-1331
lines changed

2 files changed

+1405
-1331
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
sessions: 3
2+
runDuration: 600
3+
scriptPath: 'https://raw.githubusercontent.com/vpalmisano/webrtcperf/refs/heads/devel/examples/google-meet.js'
4+
scriptParams: |
5+
{
6+
enableMic: '0-1',
7+
enableCam: '1',
8+
}
9+
debuggingPort: 9200
10+
prometheusPushgateway: 'http://localhost:9091'
11+
showPageLog: false
12+
showStats: false
13+
statsInterval: 5
14+
pageLogPath: 'logs/google/page.log'
15+
enableBrowserLogging: '0'
16+
enableRtpDump: '0'
17+
throttleConfig: |
18+
[{
19+
sessions: "0",
20+
protocol: "udp",
21+
down: [
22+
{ rate: 20000, delay: 50, loss: 2 },
23+
]
24+
}]

0 commit comments

Comments
 (0)