Add benchmark script - #384
Draft
CohenArthur wants to merge 5 commits into
Draft
Conversation
CohenArthur
commented
Nov 30, 2021
Member
- parser: WIP: Parse empty types -> Read message
- empty_types: Add empty type parsing and instantiation
- empty_types: Instantiate empty types on the fly
- benchmark: WIP: Add base for bench script
- stdlib: Add NoReturn type
- stdlib: Add Args.count() function
- functions: Allow as_bool() on function calls and method calls
Codecov Report
@@ Coverage Diff @@
## master #384 +/- ##
==========================================
- Coverage 91.73% 90.96% -0.77%
==========================================
Files 37 38 +1
Lines 3979 4075 +96
==========================================
+ Hits 3650 3707 +57
- Misses 329 368 +39
Continue to review full report at Codecov.
|
CohenArthur
force-pushed
the
benchmark-script
branch
from
December 3, 2021 10:04
1307561 to
df19e65
Compare
Member
Author
|
What remains is to add an actual script to benchmark: One that could be parser intensive, one that would be typechecker intensive and one that would be execution intensive (+ generic intensive etc etc when those are implemented). Then, a timing logic, so that we can measure the time it takes to run the interpreter on those benching scripts. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.