fix: 修复CPU测试在Windows系统中测试出现多核单核测试结果一样的问题

This commit is contained in:
spiritlhl
2025-07-18 13:05:24 +00:00
parent 2a736d3e70
commit 6d2e56b1ec
5 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ Shell 版本:[https://github.com/spiritLHLS/ecs](https://github.com/spiritLHLS
| arm64 | arm64 | Windows | Windows |
| arm | | MacOS(darwin) | MacOS |
| 386 | | FreeBSD | |
| mips,mipsle | | Android | |
| mips,mipsle,mips64le | | Android | |
| ppc64,ppc64le | | | |
| s390x | s390x | | |
| riscv64 | | | |

View File

@@ -31,7 +31,7 @@ Shell version: [https://github.com/spiritLHLS/ecs/blob/main/README_EN.md](https:
| arm64 | arm64 | Windows | Windows |
| arm | | MacOS(darwin) | MacOS |
| 386 | | FreeBSD | |
| mips,mipsle | | Android | |
| mips,mipsle,mips64le | | Android | |
| ppc64,ppc64le | | | |
| s390x | s390x | | |
| riscv64 | | | |

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/oneclickvirt/UnlockTests v0.0.27-20250628125053
github.com/oneclickvirt/backtrace v0.0.5-20250629024536
github.com/oneclickvirt/basics v0.0.15-20250714163009
github.com/oneclickvirt/cputest v0.0.11-20250717145400
github.com/oneclickvirt/cputest v0.0.11-20250718130301
github.com/oneclickvirt/defaultset v0.0.2-20240624082446
github.com/oneclickvirt/disktest v0.0.8-20250701092629
github.com/oneclickvirt/gostun v0.0.3-20250329105202

4
go.sum
View File

@@ -105,8 +105,8 @@ github.com/oneclickvirt/backtrace v0.0.5-20250629024536 h1:caHCa0DHmbYWBFN1bqKxp
github.com/oneclickvirt/backtrace v0.0.5-20250629024536/go.mod h1:5AH00bo41hH3d2/JVuCTlBkZUs3AXX4nlKVXb6piZcI=
github.com/oneclickvirt/basics v0.0.15-20250714163009 h1:7I1lU7N91kClw6Cb6o+vGfScc/HngrjhsaaW10AbBFs=
github.com/oneclickvirt/basics v0.0.15-20250714163009/go.mod h1:yN1IEOXN6v/GJqJSA70Pooo6nXBI/6rq72vTY72wJMQ=
github.com/oneclickvirt/cputest v0.0.11-20250717145400 h1:yExJjBdHQNil37/Ai0SKQB1Dlrq9qmkvoh7Zn68U+t0=
github.com/oneclickvirt/cputest v0.0.11-20250717145400/go.mod h1:vjlH8tkPFft1tlLOpeNskXVvurxkHaJ3+dgFxQGLXY4=
github.com/oneclickvirt/cputest v0.0.11-20250718130301 h1:JbXWccLM4zR0ejaj4Sll/Ien6B8Aoyp9f/V+S+7m7v0=
github.com/oneclickvirt/cputest v0.0.11-20250718130301/go.mod h1:vjlH8tkPFft1tlLOpeNskXVvurxkHaJ3+dgFxQGLXY4=
github.com/oneclickvirt/dd v0.0.2-20250701085922 h1:WiWZwcnCPhRc8hLZdvkjD2kOEpnqn1S31z1j0x3V4l0=
github.com/oneclickvirt/dd v0.0.2-20250701085922/go.mod h1:tImu9sPTkLWo2tf1dEN1xQzrylWKauj9hbU8PHfyAeU=
github.com/oneclickvirt/defaultset v0.0.2-20240624082446 h1:5Pg3mK/u/vQvSz7anu0nxzrNdELi/AcDAU1mMsmPzyc=

View File

@@ -39,7 +39,7 @@ import (
)
var (
ecsVersion = "v0.1.62"
ecsVersion = "v0.1.63"
menuMode bool
onlyChinaTest bool
input, choice string