File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v3
1414
15+ - name : lscpu
16+ run : lscpu
17+
1518 - name : Setup .NET
1619 uses : actions/setup-dotnet@v2
1720 with :
2629 - name : Test
2730 run : dotnet test --no-build --verbosity normal --configuration Release
2831
29- - name : Benchmark
30- run : dotnet run -p Equativ.RoaringBitmaps.Benchmarks -c Release -- -f '*Popcnt*'
32+ - name : Benchmark Popcnt
33+ run : dotnet run -p Equativ.RoaringBitmaps.Benchmarks -c Release -- -f '*Popcnt*'
34+
35+ - name : Benchmark against CRoaring
36+ run : dotnet run -p Equativ.RoaringBitmaps.Benchmarks -c Release -- -f '*CRoaring*'
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ Benchmarks include numbers on [Roaring.Net](https://github.com/k-wojcik/Roaring.
3333Charts are generated using [ chartbenchmark.net] ( https://chartbenchmark.net/ ) .
3434
3535### Macbook pro M1 (ARM64)
36- ![ Performance] ( Resources/bench_m1.png )
36+ ![ Performance] ( Resources/bench_m1.png )
37+ (lower is better)
3738
3839### How can this be faster than the C implementation?
3940
You can’t perform that action at this time.
0 commit comments