This file contains hidden or 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
From a6bd49c7b066f9ffe5d1e80348ed4e4131c8906d Mon Sep 17 00:00:00 2001 | |
From: Quentin Deslandes <qde@naccy.de> | |
Date: Mon, 23 Jun 2025 18:22:36 +0200 | |
Subject: [PATCH] tests: benchmarks: benchmark IPv6 EH processing | |
--- | |
tools/benchmarks/benchmark.cpp | 11 +++++++++++ | |
tools/benchmarks/benchmark.hpp | 18 ++++++++++++++++++ | |
tools/benchmarks/main.cpp | 17 +++++++++++++++++ | |
3 files changed, 46 insertions(+) |
This file contains hidden or 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
#!/usr/bin/env python3 | |
import argparse | |
parser = argparse.ArgumentParser() | |
parser.add_argument( | |
"--output", | |
"-o", | |
help="File to output the ruleset to", | |
type=str, |