add go bench client
This commit is contained in:
@@ -70,7 +70,7 @@ class HardwareSnapshot(Base):
|
||||
display_server = Column(String(50), nullable=True)
|
||||
session_type = Column(String(50), nullable=True)
|
||||
last_boot_time = Column(String(50), nullable=True)
|
||||
uptime_seconds = Column(Integer, nullable=True)
|
||||
uptime_seconds = Column(Float, nullable=True)
|
||||
battery_percentage = Column(Float, nullable=True)
|
||||
battery_status = Column(String(50), nullable=True)
|
||||
battery_health = Column(String(50), nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user