Skip to content

Commit

Permalink
chore: bump to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vla committed Aug 4, 2020
1 parent 56e9560 commit d54a162
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10
8 changes: 4 additions & 4 deletions test/BenchmarkTest/MemoryBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

namespace BenchmarkTest
{
[
SimpleJob(RuntimeMoniker.Net48),
SimpleJob(RuntimeMoniker.NetCoreApp31, baseline: true)
]
//[
// SimpleJob(RuntimeMoniker.Net471),
// SimpleJob(RuntimeMoniker.NetCoreApp31, baseline: true)
//]
[MemoryDiagnoser]
public class MemoryBenchmark
{
Expand Down
8 changes: 4 additions & 4 deletions test/BenchmarkTest/RedisBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

namespace BenchmarkTest
{
[
SimpleJob(RuntimeMoniker.Net48),
SimpleJob(RuntimeMoniker.NetCoreApp31, baseline: true)
]
//[
// SimpleJob(RuntimeMoniker.Net471),
// SimpleJob(RuntimeMoniker.NetCoreApp31, baseline: true)
//]
[MemoryDiagnoser]
public class RedisBenchmark
{
Expand Down

0 comments on commit d54a162

Please sign in to comment.