File size: 148 Bytes
03ba2cd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export const PROCESSING_INFO_TIMEOUT = 2000;

/**
 * Statistics units labels
 */
export const STATS_UNITS = {
	TOKENS_PER_SECOND: 't/s'
} as const;