microbenchmarking

Warn

Audited by Runlayer on Mar 12, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
88%
Files
6
Flagged
5
Chunks
11
Flagged Files (5)
microbenchmarking/SKILL.mdMEDIUM
88.1%

Tool passed security scan

Risky tool definition detected

Redirect all output to a file to avoid consuming context on verbose iteration output: ``` dotnet run -c Release -- --filter "*MethodName" --noOverwrite > benchmark.log 2>&1 ``` Each benchmark method can take several minutes. Rather than running all benchmarks at once, use `--filter` to run a subset at a time (e.g. one or two methods per invocation), read the results, then run the next subset.

microbenchmarking/references/project-setup-and-running.mdMEDIUM
79.7%

Tool passed security scan

Risky tool definition detected

### Output control | Flag | Purpose | |------|---------| | `--artifacts ./path` | Change where results are written | | `--noOverwrite` | Don't overwrite previous result files | | `--exporters json` | Add JSON export (useful for programmatic comparison) | | `--join` | Combine results from multiple benchmark classes into a single table | | `--hide "Error" "StdDev"` | Hide specific columns from the results table | | `--keepFiles` | Keep the generated benchmark project files — useful for debugging b

microbenchmarking/references/bdn-internals-and-tuning.mdLOW
63.3%

Tool passed security scan

microbenchmarking/references/diagnosers-and-exporters.mdLOW
63.1%

Tool passed security scan

microbenchmarking/references/comparison-strategies.mdLOW
50.8%

Tool passed security scan

Passed Files (1)Click to expand
microbenchmarking/references/writing-benchmarks.mdOK
19.3%

Tool passed security scan

Audit Metadata
Max File Score
88%
Classification
UNKNOWN_SERVER
Files Scanned
6
Files Flagged
5
Chunks Analyzed
11
Analyzed
Mar 12, 2026, 03:07 PM
Security Audit — runlayer — microbenchmarking