Skip to content

Commit 495a363

Browse files
committed
Move kyo-tapir into the tapir folder
1 parent 7b90b24 commit 495a363

File tree

15 files changed

+62
-102
lines changed

15 files changed

+62
-102
lines changed

frameworks/Scala/kyo-tapir/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

frameworks/Scala/kyo-tapir/benchmark_config.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

frameworks/Scala/kyo-tapir/build.sbt

Lines changed: 0 additions & 17 deletions
This file was deleted.

frameworks/Scala/kyo-tapir/config.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

frameworks/Scala/kyo-tapir/kyo-tapir.dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

frameworks/Scala/kyo-tapir/project/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

frameworks/Scala/kyo-tapir/project/plugins.sbt

Lines changed: 0 additions & 1 deletion
This file was deleted.

frameworks/Scala/kyo-tapir/src/main/scala/Payload.scala

Lines changed: 0 additions & 8 deletions
This file was deleted.

frameworks/Scala/tapir/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This is a simple test to benchmark the performance of the Tapir libraries along
1818
* [Tapir running as http4s server](https://tapir.softwaremill.com/en/latest/server/http4s.html)
1919
* [as an http4s server using ZIO](https://tapir.softwaremill.com/en/latest/server/zio-http4s.html)
2020
* [Tapir running as Netty-based server(Cats)](https://tapir.softwaremill.com/en/latest/server/netty.html)
21+
* [Tapir running as Netty-based server(Kyo)](https://getkyo.io/#/?id=routes-http-server-via-tapir)
2122
* [Tapir running as Netty-based server(ZIO)](https://tapir.softwaremill.com/en/latest/server/netty.html)
2223
* [Tapir running as pekko-http server](https://tapir.softwaremill.com/en/latest/server/pekkohttp.html)
2324

frameworks/Scala/tapir/benchmark_config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,25 @@
7878
"notes": "https://tapir.softwaremill.com/en/latest/server/netty.html",
7979
"versus": "None"
8080
},
81+
"netty-kyo": {
82+
"plaintext_url": "/plaintext",
83+
"json_url": "/json",
84+
"port": 8080,
85+
"database": "None",
86+
"approach": "Realistic",
87+
"classification": "Micro",
88+
"framework": "tapir",
89+
"language": "Scala",
90+
"flavor": "None",
91+
"orm": "Raw",
92+
"platform": "Netty",
93+
"webserver": "None",
94+
"database_os": "Linux",
95+
"os": "Linux",
96+
"display_name": "tapir as netty(kyo) server",
97+
"notes": "https://getkyo.io/#/?id=routes-http-server-via-tapir",
98+
"versus": "None"
99+
},
81100
"netty-zio": {
82101
"plaintext_url": "/plaintext",
83102
"json_url": "/json",

0 commit comments

Comments
 (0)