Skip to content

Commit e2c191b

Browse files
committed
fix test names
1 parent 35158df commit e2c191b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frameworks/Rust/ohkami/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ sqlx = { optional = true, version = "0.8", features = ["postgres", "tls-
1515
db = ["yarte", "futures-util", "rand", "sqlx"]
1616
rt_tokio = ["ohkami/rt_tokio", "db", "sqlx/runtime-tokio"]
1717
rt_async-std = ["ohkami/rt_async-std", "db", "sqlx/runtime-async-std"]
18-
rt_smol = ["ohkami/rt_smol" ]
18+
rt_smol = ["ohkami/rt_smol"]
1919
rt_glommio = ["ohkami/rt_glommio"]
20-
rt_nio = ["ohkami/rt_nio" ]
20+
rt_nio = ["ohkami/rt_nio"]

frameworks/Rust/ohkami/benchmark_config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
{
28-
"default": {
28+
"rt_async-std": {
2929
"dockerfile": "rt_async-std.dockerfile",
3030
"display_name": "Ohkami [async-std]",
3131
"framework": "Ohkami",
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
{
51-
"default": {
51+
"rt_smol": {
5252
"dockerfile": "rt_smol.dockerfile",
5353
"display_name": "Ohkami [smol]",
5454
"framework": "Ohkami",
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
{
70-
"default": {
70+
"rt_glommio": {
7171
"dockerfile": "rt_glommio.dockerfile",
7272
"display_name": "Ohkami [glommio]",
7373
"framework": "Ohkami",
@@ -86,7 +86,7 @@
8686
}
8787
},
8888
{
89-
"default": {
89+
"rt_nio": {
9090
"dockerfile": "rt_nio.dockerfile",
9191
"display_name": "Ohkami [nio]",
9292
"framework": "Ohkami",

0 commit comments

Comments
 (0)