Skip to content

Commit 730b0f1

Browse files
authored
Release for 6 of May 2024 (the-benchmarker#7443)
* update [skip ci] * update
1 parent e5ed2a5 commit 730b0f1

File tree

19 files changed

+59523
-57833
lines changed

19 files changed

+59523
-57833
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ providers:
3535
- cd {{{language}}}/{{{framework}}} && docker build -f {{{manifest}}} -t {{{language}}}.{{{framework}}}.{{{variant}}} . && cd -
3636

3737
metadata:
38-
- docker run --ulimit nofile=10240 -td {{{language}}}.{{{framework}}}.{{{variant}}} > {{{language}}}/{{{framework}}}/cid-{{{variant}}}.txt
38+
- docker run -td {{{language}}}.{{{framework}}}.{{{variant}}} > {{{language}}}/{{{framework}}}/cid-{{{variant}}}.txt
3939
- docker inspect `cat {{{language}}}/{{{framework}}}/cid-{{{variant}}}.txt` | jq -r '.[0].NetworkSettings.IPAddress' > {{{language}}}/{{{framework}}}/ip-{{{variant}}}.txt
4040

4141
clean:

cpp/drogon/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ framework:
2222
- build/drogon_benchmark
2323

2424
download:
25-
- git clone --branch v1.9.3 https://github.com/drogonframework/drogon
25+
- git clone --branch v1.9.4 https://github.com/drogonframework/drogon
2626
- cd drogon && git submodule update --init
2727

2828
build:

cpp/oatpp/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ framework:
1212
- build/oat_benchmark
1313

1414
download:
15-
- git clone --depth=1 https://github.com/oatpp/oatpp.git
15+
- git clone --depth=1 https://github.com/oatpp/oatpp.git -b 1.3.0
1616
- mkdir oatpp/build
1717
- cd oatpp/build && cmake -DOATPP_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
1818
- cd oatpp/build && make install -j 6

d/serverino/dub.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "server",
33
"dependencies": {
4-
"serverino": "~>0.7.4"
4+
"serverino": "~>0.7.5"
55
},
66
"dflags-ldc": ["-mcpu=native"],
77
"subConfigurations": { "serverino": "disable_websockets" },

0 commit comments

Comments
 (0)