mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
Add benchmark
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
* add benchmark option * updated changelog * added benchmark info to readme * add bench folder to format.py
This commit is contained in:
@@ -60,6 +60,8 @@ def format_files(dry_run):
|
||||
during the actual formatting process.
|
||||
"""
|
||||
patterns = [
|
||||
"bench/**/*.h",
|
||||
"bench/**/*.cpp",
|
||||
"include/**/*.h",
|
||||
"tests/**/*.h",
|
||||
"tests/**/*.cpp",
|
||||
|
||||
Reference in New Issue
Block a user