-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up test via synchronous content! calls
Removed 5 `sleep(1)` statements, and reduced test time by 4.5 seconds: ``` $ time julia test/content/api.jl # Before julia test/content/api.jl 15.07s user 0.33s system 28% cpu 54.958 total $ time julia test/content/api.jl # After julia test/content/api.jl 15.60s user 0.35s system 31% cpu 51.197 total ```
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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