-
Notifications
You must be signed in to change notification settings - Fork 40
Make block benchmark #1569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make block benchmark #1569
Changes from all commits
1298372
527958d
6e81429
2116e1a
9032321
836622e
69b3185
e6df2b1
6195c2a
fc5241c
93a62f0
3f124cd
baa53ca
d1e06c2
733d399
13920f9
a209626
7c06a1a
5211066
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -24,6 +24,10 @@ find_package(xxhash CONFIG REQUIRED) | |||||||
hunter_add_package(binaryen) | ||||||||
find_package(binaryen CONFIG REQUIRED) | ||||||||
|
||||||||
# https://docs.hunter.sh/en/latest/packages/pkg/benchmark.html | ||||||||
hunter_add_package(benchmark) | ||||||||
find_package(benchmark CONFIG REQUIRED) | ||||||||
|
||||||||
Comment on lines
+27
to
+30
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not used
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We agreed that we would need it anyway in the near future so I'd rather keep it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then must update |
||||||||
# https://github.com/soramitsu/libp2p | ||||||||
hunter_add_package(libp2p) | ||||||||
find_package(libp2p CONFIG REQUIRED) | ||||||||
|
Uh oh!
There was an error while loading. Please reload this page.