Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BarionLP committed Jan 9, 2025
1 parent d2f0812 commit 040c4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchy/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using Ametrin.Optional;
using Ametrin.Optional.Benchy;
using Ametrin.Optional.Benchy.Examples;
using BenchmarkDotNet.Running;

var option = RefOption.Success(Span<byte>.Empty);
var other = option.WhereNot(span => span.IsEmpty).Select(span => Convert.ToHexString(span));
option.Or([]);

BenchmarkRunner.Run<Benchmarks>();
BenchmarkRunner.Run<ParsingDateTimeBenchmarks>();

0 comments on commit 040c4a1

Please sign in to comment.