feat: add fps_one_percent_low column to performance entries

This commit is contained in:
2026-04-28 22:39:23 +08:00
parent ab27ba948f
commit 943fcff12b
4 changed files with 1654 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ export const performanceEntries = pgTable(
// Performance metrics
fpsAvg: real("fps_avg").notNull(),
fpsLow: real("fps_low"),
fpsOnePercentLow: real("fps_one_percent_low"),
fpsHigh: real("fps_high"),
// Environment