-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(frame): remove dependency on lazy-static (#4109)
Replace the usage of lazy-static dependency by simply allocating the object in each benchmark rather than using a static object. There’s really no reason to mess around and create a static object. Furthermore, replace hex-parsing done at runtime with the use of hex_literal. For consistency, do that throughout the file.
- Loading branch information
Showing
6 changed files
with
140 additions
and
209 deletions.
There are no files selected for viewing
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
Oops, something went wrong.