Skip to content

Commit

Permalink
No need for utf8json
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 15, 2023
1 parent 389df82 commit a48c34a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
3 changes: 1 addition & 2 deletions frameworks/FSharp/giraffe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This application tests Giraffe in 3 modes:

**Language**

* F# 6.0
* F# 8.0

**Platforms**

Expand All @@ -32,5 +32,4 @@ All source code is inside `Program.fs`.
App listens for a single command line argument to pick the desired JSON implementation:

- `system`: `System.Text.Json`
- `utf8`: `Utf8Json`
- `newtonsoft`: `Newtonsoft.Json`
18 changes: 0 additions & 18 deletions frameworks/FSharp/giraffe/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@
"notes": "",
"versus": "aspcore"
},
"utf8json": {
"json_url": "/json",
"port": 8080,
"approach": "Realistic",
"classification": "Micro",
"database": "None",
"framework": "giraffe",
"language": "F#",
"orm": "Raw",
"platform": ".NET",
"flavor": "CoreCLR",
"webserver": "Kestrel",
"os": "Linux",
"database_os": "Linux",
"display_name": "Giraffe, Utf8Json",
"notes": "",
"versus": "aspcore"
},
"newtonsoft": {
"json_url": "/json",
"port": 8080,
Expand Down
19 changes: 0 additions & 19 deletions frameworks/FSharp/giraffe/giraffe-utf8json.dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion frameworks/FSharp/zebra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Zebra is a new F# functional Asp.net Framework Wrapper that utalises a shared st

**Language**

* F# 6.0
* F# 8.0

**Platforms**

Expand Down

0 comments on commit a48c34a

Please sign in to comment.