Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
iewnfod committed Jul 7, 2023
1 parent 4b79315 commit f003d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CAIE Pseudocode Interpreter
* 机型: 2020 Macbook Pro
* 处理器: Apple M1
* 内存: 8GB
* 核心数量: 8
* 核心: 8个 (4能效,4性能)
* 系统版本: MacOS 13.3.1 (22E261)
* Python 版本: PyPy 3.9.16

Expand All @@ -46,10 +46,10 @@ FOR i <- 1 TO 10000000
a <- i
NEXT i
```
* 显式转换+赋值: 700w/s
* 显式转换+赋值: 730w/s
```
DECLARE a : STRING
FOR i <- 1 TO 7000000
FOR i <- 1 TO 7300000
a <- STRING(i)
NEXT i
```
Expand Down

0 comments on commit f003d94

Please sign in to comment.