Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-iron authored Sep 5, 2022
1 parent 62e1a0b commit 6bd3063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Benchmarks
# IronBenchmarks
A simple framework to measure performance of pretty much anything. After measurements it creates a report Excel file with a timetable and a chart.

### How to use the repository
Expand Down Expand Up @@ -68,4 +68,4 @@ reportGenerator.GenerateReport(timeTableData, "MyBenchmarks");
* **PreviousIronXlBenchmarksRunner** is using the customized assembly of older version of *IronXL*. It was renamed to *IronXLOld.dll*, all of it's types' namespaces were renamed from IronXL to **IronXLOld**, and it is stored in an *..\IronBenchmarks\packages* folder. It is added to **IronBenchmarks.IronXL** project as an assembly, not a nuget package. To use another version of IronXL as IronXLOld perform similar renaming procedure and replace *..\IronBenchmarks\packages\IronXLOld.dll* with your version.
* Benchmarks in **IronBenchmarks.IronXL** are pretty slow, so be prepared for the app to run for several minutes, especially if you are benchmarking *Office Interop*.
* To run Office Interop benchmarks you will need Office installed on your computer.
* If you plan to commit any changes to this public repository, please be sure to not include any sensitive information in the commit, such as License keys and so on. To add License keys in a discreet manner, please use User secrets feature of Visual Studio.
* If you plan to commit any changes to this public repository, please be sure to not include any sensitive information in the commit, such as License keys and so on. To add License keys in a discreet manner, please use User secrets feature of Visual Studio.

0 comments on commit 6bd3063

Please sign in to comment.