Skip to content

Commit

Permalink
test: add benches
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Apr 24, 2024
1 parent 0808fdf commit bea50e4
Show file tree
Hide file tree
Showing 4 changed files with 632 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@
"kind": "test",
"isDefault": "true"
}
},
{
"label": "bench",
"type": "shell",
"command": "cargo bench",
"options": {
"cwd": "${workspaceFolder}"
},
"dependsOn": "lint",
"group": {
"kind": "test",
"isDefault": "false"
}
}
]
}
Loading

0 comments on commit bea50e4

Please sign in to comment.