Skip to content

Commit

Permalink
Update docs/TestingConcepts.md
Browse files Browse the repository at this point in the history
Co-authored-by: rachelmbrubaker <84355699+rachelmbrubaker@users.noreply.github.com>
  • Loading branch information
stanbrub and rachelmbrubaker authored Dec 13, 2024
1 parent f13a97c commit 173c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TestingConcepts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Benchmarking Concepts

Benchmark is designed to work easily in different contexts like within and IDE, from the command line, and as part of Github workflows. However, there is more to writing benchmarks than getting a test working and measuring between two points. Is it reproducible? Does it perform similarly at different scales? What about from day to day? Is setup included in the measurement? Is it easy to add to and maintain?
Benchmark is designed to work easily in different contexts like within an IDE, from the command line, and as part of Github workflows. However, there is more to writing benchmarks than getting a test working and measuring between two points. Is it reproducible? Does it perform similarly at different scales? What about from day to day? Is setup included in the measurement? Is it easy to add to and maintain?

What follows are some concepts that guide the development of Benchmark meant to kept it versatile, simple, and relevant.

Expand Down

0 comments on commit 173c521

Please sign in to comment.