Skip to content

Commit

Permalink
Updated benchmark routine names and updated commit id in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalchadha committed Jul 22, 2020
1 parent 6a09534 commit 88a9af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Benchmarks/ReflectionPerf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ public object ExecuteComWrappersCreateNullableFactoryWithExistingObject()
}

[Benchmark]
public object ExecuteCachedReflectionUsingStringMarshaling()
public object ExecuteMarshalingForString()
{
return instance.DefaultStringProperty;
}

[Benchmark]
public object ExecuteCachedReflectionUsingCustomObjectInterfaceMarshaling()
public object ExecuteMarshalingForCustomObject()
{
return instance.NewWrappedClassObject;
}
Expand Down
2 changes: 1 addition & 1 deletion get_testwinrt.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git checkout -f master
if ErrorLevel 1 popd & exit /b !ErrorLevel!
git fetch -f
if ErrorLevel 1 popd & exit /b !ErrorLevel!
git reset -q --hard 6d72afbcb51ab3981c6cd620d24954020f4d2bbc
git reset -q --hard e058f2fc16e4812a16b5453da7ef4d65b3cf0bfe
if ErrorLevel 1 popd & exit /b !ErrorLevel!
echo Restoring Nuget
..\.nuget\nuget.exe restore
Expand Down

0 comments on commit 88a9af6

Please sign in to comment.