From 0baa1117b74e7f464b1d85f53cc4cf40b0112165 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Wed, 7 Jan 2026 10:40:23 +0100 Subject: [PATCH] docs: add memory mode hint --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 088df2a..85bc206 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,7 @@ inputs: The mode to run the benchmarks in. The following modes are available: - `simulation`: Run the benchmarks with CPU simulation measurements. - `walltime`: Run the benchmarks with walltime measurement. + - `memory`: Run the benchmarks with allocation measurements. - `instrumentation`: (Deprecated) Legacy name for `simulation`. Please use `simulation` instead. We strongly recommend starting with the `simulation` mode.