Microsoft Application Insights SDK for JavaScript
Перейти к файлу
Max Shekhovtcov 72b56308d5 cleaning up ajax script - deleting legacy stuff 2015-06-03 07:05:02 -07:00
JavaScript cleaning up ajax script - deleting legacy stuff 2015-06-03 07:05:02 -07:00
.gitattributes adding tests and test build targets 2015-04-10 12:11:26 -07:00
.gitignore adding tests and test build targets 2015-04-10 12:11:26 -07:00
Common.props adding tests and test build targets 2015-04-10 12:11:26 -07:00
EnlistmentRoot.marker adding tests and test build targets 2015-04-10 12:11:26 -07:00
Global.props adding tests and test build targets 2015-04-10 12:11:26 -07:00
LICENSE Initial commit 2015-04-03 10:01:17 -07:00
NuGet.config adding tests and test build targets 2015-04-10 12:11:26 -07:00
NuGet.exe adding tests and test build targets 2015-04-10 12:11:26 -07:00
NuGet.targets adding tests and test build targets 2015-04-10 12:11:26 -07:00
Package.targets adding tests and test build targets 2015-04-10 12:11:26 -07:00
PostTestScript.cmd adding tests and test build targets 2015-04-10 12:11:26 -07:00
PushNugetPackages.cmd adding tests and test build targets 2015-04-10 12:11:26 -07:00
README.md Info about perfResults in readme, added IsPublicBuild constant in csproj 2015-05-22 16:06:12 -07:00
runAllTests.cmd adding tests and test build targets 2015-04-10 12:11:26 -07:00

README.md

Microsoft Application Insights JavaScript SDK

To build:

  • Visual Studio 2013 Ultimate with Update 4
  • Clone the Git repository
  • Open Visual Studio solution (devenv JavaScript\Microsoft.ApplicationInsights.JavaScript.sln)
  • Build solution in Visual Studio

Performance testing results

For this release, we added a perfResults.txt.csv file that documents the history of performance measurements of the code in the master branch to share with the community the performance of the JavaScript SDK.

When running the performance tests locally, a similar file will be produced that could be used to measure the impact your new code would have on the project.