This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[sleepx]
;根据不同的架构等待时间进行放大,值为放大的倍数
;比如 aarch64 = 1.5,
;那么通过 from src import sleep,使用 sleep()时,
;sleep(1) 实际会等待 1 x 1.5 = 1.5 s
x86_64 = 1
aarch64 = 1.5
loongarch64 = 2
mips64 = 2.5
sw_64 = 2.5