test theory

This commit is contained in:
Firq 2025-04-17 22:10:16 +02:00
parent 94687c6866
commit 52dd87b52d
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.108", "version": "0.2.0-pre.109",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.108", "version": "0.2.0-pre.109",
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6", "@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.108", "version": "0.2.0-pre.109",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -17,9 +17,9 @@ export default async (): Promise<UserConfig> => {
rttMs: 150, rttMs: 150,
throughputKbps: 1638.4, throughputKbps: 1638.4,
requestLatencyMs: 562.5, requestLatencyMs: 562.5,
downloadThroughputKbps: 1474.56, downloadThroughputKbps: 1638.4,
uploadThroughputKbps: 675, uploadThroughputKbps: 1638.4,
cpuSlowdownMultiplier: 1.2 cpuSlowdownMultiplier: 4
}, },
screenEmulation: { screenEmulation: {
mobile: true, mobile: true,