Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Core into compiler repo (#7108)
* Add Core sources * Remove @rescript/core from playground bundle * Move ocaml compat modules into tests * Remove Core__ prefix from file names * Remove Core__ prefix from module names * make artifacts * __ -> _ * Fix tests * Add Array.unsafe_get for compatibility * CHANGELOG * Improve cleaning in runtime build script * Js_exn -> Exn * Move Core Global into Pervasives
- Loading branch information
a3dee73
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Syntax Benchmarks
Parse RedBlackTree.res - time/run
1.2384610133333334
ms1.2123143266666667
ms1.02
Parse RedBlackTree.res - allocs/run
199057
words199057
words1
Print RedBlackTree.res - time/run
2.31604892
ms2.3104395133333333
ms1.00
Print RedBlackTree.res - allocs/run
236403
words236403
words1
Print RedBlackTreeNoComments.res - time/run
2.0969133133333333
ms2.10057036
ms1.00
Print RedBlackTreeNoComments.res - allocs/run
249186
words249186
words1
Parse Napkinscript.res - time/run
39.2105714
ms39.28006235333333
ms1.00
Parse Napkinscript.res - allocs/run
8670066
words8670066
words1
Print Napkinscript.res - time/run
73.00906005333333
ms77.00100409999999
ms0.95
Print Napkinscript.res - allocs/run
9776327
words9776327
words1
Parse HeroGraphic.res - time/run
5.28719412
ms5.13472718
ms1.03
Parse HeroGraphic.res - allocs/run
1219326
words1219326
words1
Print HeroGraphic.res - time/run
8.641284046666666
ms8.775952553333333
ms0.98
Print HeroGraphic.res - allocs/run
1396466
words1396466
words1
This comment was automatically generated by workflow using github-action-benchmark.