Skip to content

Commit

Permalink
Added Perf Tests Check
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Nov 3, 2024
1 parent ef60b47 commit 1b94626
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 3 additions & 4 deletions OtherTests/JIntPerfTests/JIntPerfTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\YantraJS.Core\YantraJS.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Include=".\Scripts\*.*" CopyToOutputDirectory="PreserveNewest" />
<None Include="..\Jint.Tests.CommonScripts\Scripts\**" CopyToOutputDirectory="PreserveNewest" LinkBase="Scripts" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\YantraJS.Core\YantraJS.Core.csproj" />
</ItemGroup>


</Project>
7 changes: 7 additions & 0 deletions YantraJS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YantraJS.Network", "YantraJ
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YantraJS.JSClassGenerator", "YantraJS.JSClassGenerator\YantraJS.JSClassGenerator.csproj", "{8158D755-B50D-4447-8697-03E7E0D63BA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JIntPerfTests", "OtherTests\JIntPerfTests\JIntPerfTests.csproj", "{75C8A8AC-7A81-46AE-AF4C-706BDC7AB6D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -87,12 +89,17 @@ Global
{8158D755-B50D-4447-8697-03E7E0D63BA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8158D755-B50D-4447-8697-03E7E0D63BA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8158D755-B50D-4447-8697-03E7E0D63BA5}.Release|Any CPU.Build.0 = Release|Any CPU
{75C8A8AC-7A81-46AE-AF4C-706BDC7AB6D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C8A8AC-7A81-46AE-AF4C-706BDC7AB6D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C8A8AC-7A81-46AE-AF4C-706BDC7AB6D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C8A8AC-7A81-46AE-AF4C-706BDC7AB6D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{15F50837-F0DF-4A16-BDC5-E02921C61B58} = {0F0852BD-9906-4ABC-9BA8-7F49E63728A0}
{75C8A8AC-7A81-46AE-AF4C-706BDC7AB6D6} = {8D5F60A8-566A-4068-8B83-1BA48F66E60B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51CB0E2B-8005-4839-8808-C1CA8C9C2BA7}
Expand Down

0 comments on commit 1b94626

Please sign in to comment.