Creating initial benchmark_001_.yml #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### source: https://github.com/RobbinBaauw/benchmark-action | ||
uses: RobbinBaauw/benchmark-action@v1.0.0-alpha.1 | ||
with: | ||
# a github access token | ||
github_token: | ||
# the file which contains the JSON outputs of the benchmark | ||
output_file: | ||
# a custom npm script to benchmark your application | ||
benchmark_script: | ||
# a custom working directory | ||
working_directory: # optional |