Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frameworks/Clojure/duct/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"database_os": "Linux",
"display_name": "duct",
"notes": "",
"versus": "None"
"versus": ""
},
"mongodb": {
"db_url": "/db-mongo",
Expand Down Expand Up @@ -65,7 +65,7 @@
"database_os": "Linux",
"display_name": "duct-httpkit",
"notes": "",
"versus": "None"
"versus": "duct"
},
"aleph": {
"json_url": "/json",
Expand All @@ -87,7 +87,7 @@
"database_os": "Linux",
"display_name": "duct-aleph",
"notes": "",
"versus": "None"
"versus": "duct"
},
"immutant": {
"json_url": "/json",
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Clojure/duct/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ os = "Linux"
orm = "Raw"
platform = "Ring"
webserver = "None"
versus = "None"
versus = "duct"

[aleph]
urls.plaintext = "/plaintext"
Expand All @@ -61,7 +61,7 @@ os = "Linux"
orm = "Raw"
platform = "Netty"
webserver = "None"
versus = "None"
versus = "duct"

[immutant]
urls.plaintext = "/plaintext"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Clojure/http-kit/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"database_os": "Linux",
"display_name": "http-kit",
"notes": "",
"versus": "http-kit"
"versus": ""
},
"raw": {
"db_url": "/raw/db",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Clojure/http-kit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ os = "Linux"
orm = "Micro"
platform = "Ring"
webserver = "None"
versus = "http-kit"
versus = ""

[raw]
urls.db = "/raw/db"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/blade/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"database_os": "Linux",
"display_name": "blade",
"notes": "",
"versus": "blade"
"versus": ""
}
}
]
Expand Down
12 changes: 6 additions & 6 deletions frameworks/Java/dropwizard/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"webserver": "Jetty",
"os": "Linux",
"database_os": "Linux",
"display_name": "Dropwizard",
"display_name": "Dropwizard mongodb",
"notes": "dropwizard mongodb using mongojack",
"versus": ""
"versus": "dropwizard"
},
"postgres": {
"db_url": "/db",
Expand All @@ -61,9 +61,9 @@
"webserver": "Jetty",
"os": "Linux",
"database_os": "Linux",
"display_name": "dropwizard",
"display_name": "dropwizard pg",
"notes": "dropwizard PostgreSQL using hibernate",
"versus": "servlet-postgres-raw",
"versus": "dropwizard",
"tags": []
},
"jdbi-postgres": {
Expand All @@ -82,9 +82,9 @@
"webserver": "Jetty",
"os": "Linux",
"database_os": "Linux",
"display_name": "dropwizard",
"display_name": "dropwizard jdbi",
"notes": "dropwizard PostgreSQL using jdbi",
"versus": "servlet-postgres-raw",
"versus": "dropwizard",
"tags": ["broken"]
}
}]
Expand Down
6 changes: 3 additions & 3 deletions frameworks/Java/dropwizard/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ os = "Linux"
orm = "Full"
platform = "JAX-RS"
webserver = "Jetty"
versus = ""
versus = "dropwizard"

[postgres]
urls.db = "/db"
Expand All @@ -45,7 +45,7 @@ os = "Linux"
orm = "Full"
platform = "JAX-RS"
webserver = "Jetty"
versus = "servlet-postgres-raw"
versus = "dropwizard"

[jdbi-postgres]
urls.db = "/db"
Expand All @@ -60,4 +60,4 @@ os = "Linux"
orm = "micro"
platform = "JAX-RS"
webserver = "Jetty"
versus = "servlet-postgres-raw"
versus = "dropwizard"
2 changes: 1 addition & 1 deletion frameworks/Java/edap-http/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"database_os": "Linux",
"display_name": "edap-http",
"notes": "",
"versus": "edap-http"
"versus": ""
},
"fast":{
"plaintext_url": "/plaintext",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/edap-http/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os = "Linux"
orm = "Raw"
platform = "edap"
webserver = "None"
versus = "edap-http"
versus = ""

[http-fast]
urls.plaintext = "/plaintext"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/firenio/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"database_os": "Linux",
"display_name": "firenio",
"notes": "",
"versus": "firenio"
"versus": ""
},
"http-lite": {
"json_url": "/json",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/firenio/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os = "Linux"
orm = "None"
platform = "firenio"
webserver = "None"
versus = "firenio"
versus = ""

[http-lite]
urls.plaintext = "/plaintext"
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Java/grizzly/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"webserver": "Grizzly",
"os": "Linux",
"database_os": "Linux",
"display_name": "grizzly",
"display_name": "grizzly-jersey",
"notes": "",
"versus": ""
"versus": "grizzly"
}
}]
}
2 changes: 1 addition & 1 deletion frameworks/Java/grizzly/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ os = "Linux"
orm = "Full"
platform = "JAX-RS"
webserver = "Grizzly"
versus = ""
versus = "grizzly"
2 changes: 1 addition & 1 deletion frameworks/Java/hserver-business/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"database_os": "Linux",
"display_name": "hserver-business",
"notes": "",
"versus": "hserver-business"
"versus": "hserver"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/hserver-business/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os = "Linux"
orm = "Full"
platform = "hserver-business"
webserver = "hserver-business"
versus = "hserver-business"
versus = "hserver"
2 changes: 1 addition & 1 deletion frameworks/Java/hserver/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"database_os": "Linux",
"display_name": "hserver",
"notes": "",
"versus": "hserver"
"versus": ""
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/hserver/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os = "Linux"
orm = "Full"
platform = "hserver"
webserver = "hserver"
versus = "hserver"
versus = ""
2 changes: 1 addition & 1 deletion frameworks/Java/httpserver/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "httpserver-robaho",
"display_name": "httpserver-robaho-zgc",
"notes": "",
"versus": ""
},
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/magician-io/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"database_os": "Linux",
"display_name": "magician-io",
"notes": "magician io",
"versus": "magician"
"versus": ""
}
}]
}
2 changes: 1 addition & 1 deletion frameworks/Java/netty/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"database_os": "Linux",
"display_name": "netty",
"notes": "",
"versus": "netty"
"versus": ""
},
"loom": {
"json_url": "/json",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/netty/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os = "Linux"
orm = "Raw"
platform = "Netty"
webserver = "None"
versus = "netty"
versus = ""

[loom]
urls.plaintext = "/plaintext"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/redkale/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"database_os": "Linux",
"display_name": "redkale",
"notes": "",
"versus": "Redkale"
"versus": ""
},
"native": {
"plaintext_url": "/plaintext",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/redkale/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ os = "Linux"
orm = "Raw"
platform = "Redkale"
webserver = "Redkale"
versus = "Redkale"
versus = ""

[native]
urls.plaintext = "/plaintext"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/servlet/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"database_os": "Linux",
"display_name": "servlet",
"notes": "",
"versus": "servlet"
"versus": ""
},
"lib-native": {
"json_url": "/json",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/servlet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os = "Linux"
orm = "Raw"
platform = "Servlet"
webserver = "Resin"
versus = "servlet"
versus = ""

[lib-native]
urls.plaintext = "/plaintext"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Java/voovan/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"database_os": "Linux",
"display_name": "voovan-mvc",
"notes": "voovan webserver with mvc",
"versus": "voovan"
"versus": ""
}
}]
}
2 changes: 1 addition & 1 deletion frameworks/Java/voovan/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ os = "Linux"
orm = "None"
platform = "Voovan"
webserver = "None"
versus = "voovan"
versus = ""
Loading