-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose the interpreter via the various APIs (#1241)
- Loading branch information
Showing
20 changed files
with
1,608 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e3c29a0
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.
Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.evalTestM/interp (has no logs)/mapEven 10: outlier variance
0.12460337160563881
outlier variance0.018511925952296195
outlier variance6.73
typecheck/mapOdd 10: outlier variance
0.3557494521660247
outlier variance0.08546657114782953
outlier variance4.16
typecheck/mapOddPrim 1: outlier variance
0.6201137966489055
outlier variance0.07184385359332089
outlier variance8.63
typecheck/mapOddPrim 10: outlier variance
0.07711592614721524
outlier variance0.016388888888889085
outlier variance4.71
This comment was automatically generated by workflow using github-action-benchmark.
CC: @dhess