Skip to content

Commit

Permalink
docs(performance): add benchmarks location
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Aug 18, 2023
1 parent bf868c4 commit 3dd8ff4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [Performance Scenarios](#performance-scenarios)
- [Performance Results](#performance-results)
- [v0.25.0](#v0250)
- [Benchmark Functions](#benchmark-functions)
- [Performance Test Process](#performance-test-process)

## Overview
Expand Down Expand Up @@ -187,6 +188,10 @@ We describe a specific scenario or task for performance evaluation. These scenar
|\|\| - System.Data.SQLite.SQLiteCommand.Dispose\(bool\)|1 \(0.01%\)|1 \(0.01%\)|
|\|\| - System.Data.SQLite.SQLiteCommand.ExecuteReader\(System.Data.CommandBehavior\)|1 \(0.01%\)|1 \(0.01%\)|

## Benchmark Functions

The functions used for benchmarking can be found in the `MHFZOverlayBenchmark` project.

## Performance Test Process

- Define Performance Metrics: Determine the specific performance metrics we want to measure, such as response time, throughput, memory usage, or CPU utilization. Select metrics that are relevant to the application and align with the performance goals.
Expand Down

0 comments on commit 3dd8ff4

Please sign in to comment.