-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
erlang_service_ct: inrepret module instead of compiling
Summary: This changes the `erlang_service_ct` to interpret modules in a very similar way to what `escript` does in `interpreted` mode, instead of compiling the modules just to call a single function. This should likely speed things up - interpreting those small `all()` and `groups()` functions should be significantly faster than compiling the whole module. Reviewed By: robertoaloi Differential Revision: D69254637 fbshipit-source-id: a5f9a9765179d08bf5ded5ccb6b37451fc7e6116
- Loading branch information
1 parent
66d166a
commit cf8accc
Showing
1 changed file
with
39 additions
and
20 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