CrashOverrideX's picture
Add files using upload-large-folder tool
31dd200 verified
export const PROCESSING_INFO_TIMEOUT = 2000;
/**
* Statistics units labels
*/
export const STATS_UNITS = {
TOKENS_PER_SECOND: 't/s'
} as const;