Skip to content

Commit

Permalink
feat: Add benchmark scope
Browse files Browse the repository at this point in the history
The benchmark scope is meant for the benchmark cli.
  • Loading branch information
tomi committed Aug 20, 2024
1 parent 5912a17 commit 59d09e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TYPES = [
"ci",
];

const SCOPES = ["API", "core", "editor"];
const SCOPES = ["API", "core", "editor", "benchmark"];

const displayTypes = TYPES.map((type) => `\`${type}\``).join(", ");
const displayScopes = SCOPES.map((type) => `\`${type}\``).join(", ");
Expand Down

0 comments on commit 59d09e4

Please sign in to comment.