Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading