Skip to content

Commit

Permalink
add readme with instructions how to add a new benchmark file
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 31, 2024
1 parent 9015359 commit af9da85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `datadog` Benchmarks

## Adding a New Benchmark File

- Add the new file to `run_all.sh` in this directory
- Add the new file to `spec/datadog/tracing/validate_benchmarks_spec.rb`
which validates that the benchmarks are error-free in the test suite.

0 comments on commit af9da85

Please sign in to comment.