summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2016-05-09 13:21:07 -0700
committerAndy Ayers <andya@microsoft.com>2016-05-09 13:21:07 -0700
commit9b5b198b3b1dda78b56ba3558b365d6e86ed0fce (patch)
tree62bfcab1c4bc3e7bf62b48301c3f11c741bc6248 /tests/src/JIT/Performance
parent530acab950de31fb58e41c33be80dc2664791b31 (diff)
downloadcoreclr-9b5b198b3b1dda78b56ba3558b365d6e86ed0fce.tar.gz
coreclr-9b5b198b3b1dda78b56ba3558b365d6e86ed0fce.tar.bz2
coreclr-9b5b198b3b1dda78b56ba3558b365d6e86ed0fce.zip
Fix class names for benchmarks
Fix a couple of class names for benchmarks so they more accurately describe the benchmark.
Diffstat (limited to 'tests/src/JIT/Performance')
-rw-r--r--tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.cs2
-rw-r--r--tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.cs b/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.cs
index f90aa63d39..eb5e33b130 100644
--- a/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.cs
+++ b/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.cs
@@ -10,7 +10,7 @@ using Xunit;
[assembly: OptimizeForBenchmarks]
[assembly: MeasureInstructionsRetired]
-public static class LLoops
+public static class MatInv4
{
#if DEBUG
public const int Iterations = 1;
diff --git a/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.cs b/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.cs
index 83af3a4146..9743ab698c 100644
--- a/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.cs
+++ b/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.cs
@@ -12,7 +12,7 @@ using Xunit;
[assembly: OptimizeForBenchmarks]
[assembly: MeasureInstructionsRetired]
-public static class Adams
+public static class Regula
{
#if DEBUG
public const int Iterations = 1;