Skip to content

Commit 02fc17c

Browse files
waghanzaMarwan Rabbâa
authored and
Marwan Rabbâa
committed
remove prism (the-benchmarker#420)
1 parent f6c7dd7 commit 02fc17c

File tree

7 files changed

+100
-157
lines changed

7 files changed

+100
-157
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ env:
3333
- FRAMEWORK=raze
3434
- FRAMEWORK=kemal
3535
- FRAMEWORK=spider-gazelle
36-
- FRAMEWORK=prism
3736
- FRAMEWORK=lucky
3837
- FRAMEWORK=amber
3938
- FRAMEWORK=router.cr

FRAMEWORKS.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ crystal:
8787
spider-gazelle:
8888
website: spider-gazelle.net
8989
version: "1.1"
90-
prism:
91-
github: vladfaust/prism
92-
version: "0.4 (beta 3)"
9390
nim:
9491
#jester:
9592
# github: dom96/jester
@@ -153,10 +150,10 @@ cpp:
153150
scala:
154151
akkahttp:
155152
website: akka.io
156-
version: "10.0"
153+
version: "10.1"
157154
http4s:
158155
website: http4s.org
159-
version: "0.0"
156+
version: "0.18"
160157
csharp:
161158
aspnetcore:
162159
website: docs.microsoft.com/en-us/aspnet/index

README.md

+98-100
Large diffs are not rendered by default.

crystal/prism/Dockerfile

-9
This file was deleted.

crystal/prism/server.cr

-24
This file was deleted.

crystal/prism/shard.yml

-12
This file was deleted.

neph.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ crystal:
2323
- raze
2424
- lucky
2525
- spider-gazelle
26-
- prism
2726

2827
ruby:
2928
depends_on:
@@ -140,11 +139,6 @@ spider-gazelle:
140139
docker build -t spider-gazelle .
141140
dir: crystal/spider-gazelle
142141

143-
prism:
144-
command: |
145-
docker build -t prism .
146-
dir: crystal/prism
147-
148142
rails:
149143
command: |
150144
docker build -t rails .

0 commit comments

Comments
 (0)