leyden-perf-test AGENTS.md

leyden-perf-test AGENTS.md is an instructions file for Codex, OpenCode from quintesse/leyden-perf-test. It costs 8,606 tokens per session, scanned B, original, Apache-2.0.

Project instructions for a performance-testing harness for Java applications, focused on Project Leyden’s Ahead-of-Time compilation, which prepares some code before the application starts. It compares Java versions, compilation choices, and runtime behavior using repeatable tests.

In plain words
What is it for?
Running JVM benchmarks, comparing Leyden AOT settings and Java versions, adding test suites or drivers, and producing reproducible performance measurements.
Why use it?
They define how performance experiments should be organized so results can be compared consistently.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/quintesse/leyden-perf-test/agents-md
Clone the repo
git clone --depth 1 https://github.com/quintesse/leyden-perf-test

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for leyden-perf-test AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/quintesse/leyden-perf-test/agents-md.svg)](https://agentmods.dev/instructions/quintesse/leyden-perf-test/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/quintesse/leyden-perf-test/agents-md"><img src="https://agentmods.dev/badge/instructions/quintesse/leyden-perf-test/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 8,606 This file is loaded in full into every session.
When invoked 8,606 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.08606 $0.08606
Opus 5 $0.04303 $0.04303
Sonnet 5 $0.01721 $0.01721
Haiku 4.5 $0.00861 $0.00861

Measured 4d ago against content hash 1725413669d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

leyden-perf-test AGENTS.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

# Ubuntu/Debian: sudo apt-get install docker.io
AGENTS.md · 1,113 lines

How it starts

The opening of the file, as written. The whole thing — 1,113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md - Leyden Performance Test Harness

Project Overview

Purpose

This is a performance testing harness designed to evaluate JVM applications, with a primary focus on testing Project Leyden's Ahead-of-Time (AOT) compilation features. The harness enables systematic comparison of different JVM configurations, compilation strategies, and runtime behaviors across multiple Java versions.

Primary Goals

  1. Benchmark Leyden AOT Performance: Measure and compare the performance impact of Leyden's AOT compilation features
  2. Multi-Version Testing: Support testing across multiple JVM versions (currently targeting JDK 25, 26+)
  3. Reproducible Results: Provide consistent, reproducible performance measurements
  4. Extensibility: Enable easy addition of new test suites, drivers, and strategies
  5. Automation-Friendly: Design for both human operators and AI agents

Current State

  • Status: Active development
  • Maturity: Stable for internal performance testing
  • Primary Use Case: Evaluating Leyden JVM features and comparing JVM performance characteristics
  • Target Users: AI agents, performance engineers, JVM developers

Architecture

Core Components

leyden-perf-test/
├── run                      # Main entry point - bash launcher
├── src/
│   ├── scripts/
│   │   ├── bin/             # Command implementations (test.sh, list.sh, etc.)
│   │   ├── drivers/         # Test drivers (oha, ohac, hyperfoil)
│   │   ├── strategies/      # Test strategies (normal, aot)
│   │   ├── *funcs.sh        # Shared function libraries
│   │   └── launcher.sh      # Core orchestration logic
│   ├── java/util/           # Java analysis utilities (Collate, Graph, etc.)
│   └── qdup/                # qdup configuration (alternative test runner)
├── tests/                   # Main test suites (production workloads)
├── tests-dummy/             # Dummy tests for harness validation
├── tests-template/          # Templates for creating new tests
├── profiles/                # Configuration profiles (lowmem, diagnostics, etc.)
├── verify/bats/             # Harness verification tests
├── test-results/            # Test output directory
└── cache/                   # Build artifacts and dependencies

Read the full file on GitHub · 1,113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 1,113 lines · 8,606 tokens per session scan B 1725413669d9

Subscribe to this mod's changes

leyden-perf-test AGENTS.md is an instructions file published in the GitHub repository quintesse/leyden-perf-test (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 8,606 tokens to every session, about $0.0430 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

questdb CLAUDE.md

Claude Code instructions for questdb/questdb, covering claude.md, project overview, coding guidelines, tests and questdb's sql dialect.

questdb/questdb · 4,070 tokens

liteflow CLAUDE.md

Instructions for dromara/liteflow, covering claude.md, 概述, 命令, 构建 and 构建整个项目(模块集由 jdk 版本自动选择 —— 见下方说明).

dromara/liteflow · 4,675 tokens

BitcoinAddressFinder CLAUDE.md

Claude Code instructions for bernardladenthin/BitcoinAddressFinder, covering claude.md — bitcoinaddressfinder, project overview, build system, common commands and compile only.

bernardladenthin/BitcoinAddressFinder · 10,359 tokens

imgui-java CLAUDE.md

Claude Code instructions for SpaiR/imgui-java: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

SpaiR/imgui-java · 152 tokens

langchain4j-cdi copilot-instructions.md

Copilot instructions for langchain4j/langchain4j-cdi, covering langchain4j cdi integration, working effectively, prerequisites, bootstrap and build and essential commands.

langchain4j/langchain4j-cdi · 1,834 tokens

copilot-setting testing.instructions.md

Load when writing or reviewing a Test.java / IT.java file — JUnit 4 + Mockito + Spring Test 3.2. Triggers on: @RunWith(MockitoJUnitRunner / SpringJUnit4ClassRunner), org.junit.Test, @Before/@After, @Transactional auto-rollback. Not JUnit 5 (@BeforeEach/@ExtendWith) or @SpringBootTest. Defer non-test Java to…

zexion7873/copilot-setting · 609 tokens