-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #795 from candy-lang/788-http-basic-server
HTTP: Basic Server
- Loading branch information
Showing
14 changed files
with
458 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ local/ | |
*.candy.* | ||
.goldens/ | ||
|
||
# Valgrind | ||
callgrind.out.* | ||
|
||
# ANTLR | ||
.antlr/ | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
63caaeb
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.
Compiler
Time: Compiler/hello_world
18311413
ns/iter (± 581115
)16954960
ns/iter (± 447994
)1.08
Time: Compiler/fibonacci
138007226
ns/iter (± 1010039
)139981770
ns/iter (± 1898406
)0.99
Time: VM Runtime/hello_world
36313
ns/iter (± 3364
)32085
ns/iter (± 2748
)1.13
Time: VM Runtime/fibonacci/15
58395071
ns/iter (± 730216
)56163772
ns/iter (± 560801
)1.04
Time: VM Runtime/PLB/binarytrees/6
891746745
ns/iter (± 10534126
)852098620
ns/iter (± 9577036
)1.05
This comment was automatically generated by workflow using github-action-benchmark.