Skip to content

Commit

Permalink
updated benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Feb 27, 2021
1 parent eafef87 commit 04fb5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -83,10 +83,10 @@ Following an `hermes -jit test/benchmark.js` run, using `0xFFF` iterations over

| |Fake Class |Babel Class|Hermes Class|Hermes Class + super|
|-----------|-----------|-----------|------------|--------------------|
|creation | 493ms | 797ms | 385ms | 363ms |
|add(1) | 54ms | 71ms | 74ms | 953ms |
|creation | 493ms | 797ms | 378ms | 363ms |
|add(1) | 54ms | 71ms | 68ms | 953ms |
|has(1) | 55ms | 92ms | 53ms | 73ms |
|size | 60ms | 43ms | 31ms | 34ms |
|size | 63ms | 43ms | 30ms | 34ms |
|@@iterate | 920ms | 443ms | 416ms | 400ms |


Expand Down
Binary file added benchmark.hbc
Binary file not shown.

0 comments on commit 04fb5ba

Please sign in to comment.