File tree Expand file tree Collapse file tree
src/GeoJSON.Text.Test.Benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 6.0.x
2323 # Run benchmark with `go test -bench` and stores the output to a file
2424 - name : Run benchmark
25- run : dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job short --filter *SerializeFeatureCollectionLinestring*;*DeserializeFeatureCollectionLinestring*
25+ run : dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job short --filter
2626 # Download previous benchmark result from cache (if exists)
2727 - name : Download previous benchmark data
2828 uses : actions/cache@v1
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ public static void Main(string[] args)
1111 {
1212 var switcher = new BenchmarkSwitcher ( new [ ] {
1313 typeof ( SerializeFeatureCollectionLinestring ) ,
14- typeof ( SerializeFeatureLinestring ) ,
15- typeof ( DeserializeFeatureLinestring ) ,
16- typeof ( DeserializeFeatureCollectionLinestring ) ,
14+ // typeof(SerializeFeatureLinestring),
15+ // typeof(DeserializeFeatureLinestring),
16+ // typeof(DeserializeFeatureCollectionLinestring),
1717 } ) ;
1818 switcher . Run ( args ) ;
1919 }
You can’t perform that action at this time.
0 commit comments