diff --git a/.github/workflows/benchmark_001_.yml b/.github/workflows/benchmark_001_.yml new file mode 100644 index 000000000..7dc943887 --- /dev/null +++ b/.github/workflows/benchmark_001_.yml @@ -0,0 +1,15 @@ +### 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