Skip to content

Commit f003d94

Browse files
committed
Update test
1 parent 4b79315 commit f003d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CAIE Pseudocode Interpreter
3434
* 机型: 2020 Macbook Pro
3535
* 处理器: Apple M1
3636
* 内存: 8GB
37-
* 核心数量: 8
37+
* 核心: 8个 (4能效,4性能)
3838
* 系统版本: MacOS 13.3.1 (22E261)
3939
* Python 版本: PyPy 3.9.16
4040

@@ -46,10 +46,10 @@ FOR i <- 1 TO 10000000
4646
a <- i
4747
NEXT i
4848
```
49-
* 显式转换+赋值: 700w/s
49+
* 显式转换+赋值: 730w/s
5050
```
5151
DECLARE a : STRING
52-
FOR i <- 1 TO 7000000
52+
FOR i <- 1 TO 7300000
5353
a <- STRING(i)
5454
NEXT i
5555
```

0 commit comments

Comments
 (0)