Skip to content

Add robaho httpserver#760

Open
ruroru wants to merge 1 commit into
MDA2AV:mainfrom
ruroru:main
Open

Add robaho httpserver#760
ruroru wants to merge 1 commit into
MDA2AV:mainfrom
ruroru:main

Conversation

@ruroru
Copy link
Copy Markdown
Contributor

@ruroru ruroru commented May 25, 2026

No description provided.

@ruroru
Copy link
Copy Markdown
Contributor Author

ruroru commented May 25, 2026

/benchmark -f robaho-httpserver

@github-actions
Copy link
Copy Markdown
Contributor

👋 /benchmark request received. A collaborator will review and approve the run.

@github-actions
Copy link
Copy Markdown
Contributor

Benchmark Results

Framework: robaho-httpserver | Test: all tests

Test Conn RPS CPU Mem Δ RPS Δ Mem
Full log
[info] available CPUs: 128
[info] framework: robaho-httpserver (robaho-httpserver, Java)
[info] subscribed tests: baseline,pipelined,limited-conn,json,json-comp,upload,static,async-db,fortunes,api-4,api-16
[info] building image: httparena-robaho-httpserver
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 390B done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/eclipse-temurin:21-jre
#2 DONE 0.8s

#3 [internal] load metadata for docker.io/library/maven:3.9-eclipse-temurin-21
#3 DONE 0.8s

#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s

#5 [internal] load build context
#5 DONE 0.0s

#6 [build 1/6] FROM docker.io/library/maven:3.9-eclipse-temurin-21@sha256:1bb51c5ed28b95aef2bc7b46bff6940da43747cdaf838ce4afc2081ce9403750
#6 resolve docker.io/library/maven:3.9-eclipse-temurin-21@sha256:1bb51c5ed28b95aef2bc7b46bff6940da43747cdaf838ce4afc2081ce9403750 0.1s done
#6 DONE 0.1s

#7 [stage-1 1/4] FROM docker.io/library/eclipse-temurin:21-jre@sha256:010e0a06bd4e0184dec58626afb3ba727b42c56c91b977e2f0a9e0837e0fa3fb
#7 resolve docker.io/library/eclipse-temurin:21-jre@sha256:010e0a06bd4e0184dec58626afb3ba727b42c56c91b977e2f0a9e0837e0fa3fb 0.1s done
#7 DONE 0.1s

#8 [stage-1 2/4] WORKDIR /app
#8 CACHED

#5 [internal] load build context
#5 transferring context: 13.99kB done
#5 DONE 0.0s

#9 [build 2/6] WORKDIR /app
#9 CACHED

#10 [build 3/6] COPY pom.xml .
#10 CACHED

#11 [build 4/6] RUN mvn dependency:go-offline -q
#11 CACHED

#12 [build 5/6] COPY src ./src
#12 CACHED

#13 [build 6/6] RUN mvn package -DskipTests -q
#13 2.740 [ERROR] COMPILATION ERROR : 
#13 2.740 [ERROR] /app/src/main/java/Main.java:[10,29] cannot find symbol
#13 2.740   symbol:   class HttpServer
#13 2.740   location: package robaho.net.httpserver
#13 2.740 [ERROR] /app/src/main/java/Main.java:[35,9] cannot find symbol
#13 2.740   symbol:   class HttpServer
#13 2.740   location: class com.httparena.Main
#13 2.740 [ERROR] /app/src/main/java/Main.java:[35,29] cannot find symbol
#13 2.740   symbol:   variable HttpServer
#13 2.740   location: class com.httparena.Main
#13 2.741 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project robaho-httpserver: Compilation failure: Compilation failure: 
#13 2.741 [ERROR] /app/src/main/java/Main.java:[10,29] cannot find symbol
#13 2.741 [ERROR]   symbol:   class HttpServer
#13 2.741 [ERROR]   location: package robaho.net.httpserver
#13 2.741 [ERROR] /app/src/main/java/Main.java:[35,9] cannot find symbol
#13 2.741 [ERROR]   symbol:   class HttpServer
#13 2.741 [ERROR]   location: class com.httparena.Main
#13 2.741 [ERROR] /app/src/main/java/Main.java:[35,29] cannot find symbol
#13 2.741 [ERROR]   symbol:   variable HttpServer
#13 2.741 [ERROR]   location: class com.httparena.Main
#13 2.741 [ERROR] -> [Help 1]
#13 2.741 [ERROR] 
#13 2.742 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
#13 2.742 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
#13 2.742 [ERROR] 
#13 2.742 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#13 2.743 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
#13 ERROR: process "/bin/sh -c mvn package -DskipTests -q" did not complete successfully: exit code: 1
------
 > [build 6/6] RUN mvn package -DskipTests -q:
2.741 [ERROR] /app/src/main/java/Main.java:[35,29] cannot find symbol
2.741 [ERROR]   symbol:   variable HttpServer
2.741 [ERROR]   location: class com.httparena.Main
2.741 [ERROR] -> [Help 1]
2.741 [ERROR] 
2.742 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2.742 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2.742 [ERROR] 
2.742 [ERROR] For more information about the errors and possible solutions, please read the following articles:
2.743 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
------
Dockerfile:6
--------------------
   4 |     RUN mvn dependency:go-offline -q
   5 |     COPY src ./src
   6 | >>> RUN mvn package -DskipTests -q
   7 |     
   8 |     FROM eclipse-temurin:21-jre
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c mvn package -DskipTests -q" did not complete successfully: exit code: 1
[FAIL] docker build failed
[info] restoring loopback MTU to 65536

@ruroru ruroru force-pushed the main branch 2 times, most recently from c161e4f to fc4a7d3 Compare May 25, 2026 16:55
@ruroru
Copy link
Copy Markdown
Contributor Author

ruroru commented May 25, 2026

/benchmark -f robaho-httpserver

@github-actions
Copy link
Copy Markdown
Contributor

👋 /benchmark request received. A collaborator will review and approve the run.

@github-actions
Copy link
Copy Markdown
Contributor

Benchmark Results

Framework: robaho-httpserver | Test: all tests

Test Conn RPS CPU Mem Δ RPS Δ Mem
baseline 512 590,309 2346.2% 2.4GiB NEW NEW
baseline 4096 639,364 2517.6% 2.4GiB NEW NEW
pipelined 512 9,744,887 5642.0% 4.5GiB NEW NEW
pipelined 4096 7,995,787 4994.4% 3.7GiB NEW NEW
limited-conn 512 469,234 2415.4% 1.8GiB NEW NEW
limited-conn 4096 466,451 2596.0% 1.9GiB NEW NEW
json 4096 438,949 4584.3% 3.6GiB NEW NEW
json-comp 512 17,877 417.0% 1.4GiB NEW NEW
json-comp 4096 86,055 2309.1% 2.4GiB NEW NEW
json-comp 16384 161,136 4031.4% 4.4GiB NEW NEW
upload 32 2,774 2122.8% 884MiB NEW NEW
upload 256 3,119 2408.7% 1.2GiB NEW NEW
api-4 256 35,321 399.8% 509MiB NEW NEW
api-16 1024 93,650 1567.9% 1.2GiB NEW NEW
static 1024 174,389 5510.0% 2.9GiB NEW NEW
static 4096 172,925 5480.5% 3.4GiB NEW NEW
static 6800 174,027 5163.6% 3.3GiB NEW NEW
async-db 1024 102,858 4187.0% 2.6GiB NEW NEW
fortunes 1024 66,133 5237.6% 5.1GiB NEW NEW
Full log
==============================================
[info] waiting for server...
[info] server ready

[run 1/3]
gcannon v0.5.3
  Target:    localhost:8080/
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  25
  Templates: 5
  Expected:  200
  Duration:  10s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   9.99ms   9.60ms   10.30ms   14.50ms   34.10ms

  931080 requests in 10.00s, 930343 responses
  Throughput: 93.01K req/s
  Bandwidth:  354.76MB/s
  Status codes: 2xx=930343, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 930343 / 930343 responses (100.0%)
  Reconnects: 36754
  Per-template: 186123,186201,186078,185978,185963
  Per-template-ok: 186123,186201,186078,185978,185963
[info] CPU 4306.0% | Mem 2.5GiB

[run 2/3]
gcannon v0.5.3
  Target:    localhost:8080/
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  25
  Templates: 5
  Expected:  200
  Duration:  10s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   9.19ms   9.60ms   10.20ms   13.10ms   16.00ms

  1024351 requests in 10.00s, 1023745 responses
  Throughput: 102.35K req/s
  Bandwidth:  390.63MB/s
  Status codes: 2xx=1023745, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 1023759 / 1023745 responses (100.0%)
  Reconnects: 40693
  Per-template: 204864,204461,204570,204943,204906
  Per-template-ok: 204864,204461,204570,204943,204906
[info] CPU 4154.1% | Mem 2.5GiB

[run 3/3]
gcannon v0.5.3
  Target:    localhost:8080/
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  25
  Templates: 5
  Expected:  200
  Duration:  10s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   9.33ms   9.47ms   10.00ms   12.90ms   13.80ms

  1029059 requests in 10.00s, 1028580 responses
  Throughput: 102.84K req/s
  Bandwidth:  392.38MB/s
  Status codes: 2xx=1028580, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 1028579 / 1028580 responses (100.0%)
  Reconnects: 40713
  Per-template: 205786,205607,205734,205607,205845
  Per-template-ok: 205786,205607,205734,205607,205845
[info] CPU 4187.0% | Mem 2.6GiB

=== Best: 102858 req/s (CPU: 4187.0%, Mem: 2.6GiB) ===
[info] input BW: 6.87MB/s (avg template: 70 bytes)
[info] saved results/async-db/1024/robaho-httpserver.json
httparena-bench-robaho-httpserver
httparena-bench-robaho-httpserver
[info] skip: robaho-httpserver does not subscribe to crud

==============================================
=== robaho-httpserver / fortunes / 1024c (tool=gcannon) ===
==============================================
[info] waiting for server...
[info] server ready

[run 1/3]
gcannon v0.5.3
  Target:    localhost:8080/fortunes
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  unlimited (keep-alive)
  Expected:  200
  Duration:  5s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   17.01ms   13.20ms   16.20ms   25.00ms    1.08s

  231495 requests in 5.00s, 230754 responses
  Throughput: 46.13K req/s
  Bandwidth:  1.07GB/s
  Status codes: 2xx=230754, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 230754 / 230754 responses (100.0%)
[info] CPU 5206.5% | Mem 5.2GiB

[run 2/3]
gcannon v0.5.3
  Target:    localhost:8080/fortunes
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  unlimited (keep-alive)
  Expected:  200
  Duration:  5s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   9.25ms   8.61ms   10.60ms   13.50ms   17.80ms

  325947 requests in 5.00s, 325296 responses
  Throughput: 65.03K req/s
  Bandwidth:  1.51GB/s
  Status codes: 2xx=325296, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 325295 / 325296 responses (100.0%)
[info] CPU 5182.4% | Mem 5.1GiB

[run 3/3]
gcannon v0.5.3
  Target:    localhost:8080/fortunes
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  unlimited (keep-alive)
  Expected:  200
  Duration:  5s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   12.24ms   11.40ms   13.70ms   16.90ms   217.60ms

  331260 requests in 5.00s, 330666 responses
  Throughput: 66.10K req/s
  Bandwidth:  1.54GB/s
  Status codes: 2xx=330666, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 330663 / 330666 responses (100.0%)
[info] CPU 5237.6% | Mem 5.1GiB

=== Best: 66133 req/s (CPU: 5237.6%, Mem: 5.1GiB) ===
[info] saved results/fortunes/1024/robaho-httpserver.json
httparena-bench-robaho-httpserver
httparena-bench-robaho-httpserver
[info] skip: robaho-httpserver does not subscribe to baseline-h2
[info] skip: robaho-httpserver does not subscribe to static-h2
[info] skip: robaho-httpserver does not subscribe to baseline-h2c
[info] skip: robaho-httpserver does not subscribe to json-h2c
[info] skip: robaho-httpserver does not subscribe to baseline-h3
[info] skip: robaho-httpserver does not subscribe to static-h3
[info] skip: robaho-httpserver does not subscribe to gateway-64
[info] skip: robaho-httpserver does not subscribe to gateway-h3
[info] skip: robaho-httpserver does not subscribe to production-stack
[info] skip: robaho-httpserver does not subscribe to unary-grpc
[info] skip: robaho-httpserver does not subscribe to unary-grpc-tls
[info] skip: robaho-httpserver does not subscribe to stream-grpc
[info] skip: robaho-httpserver does not subscribe to stream-grpc-tls
[info] skip: robaho-httpserver does not subscribe to echo-ws
[info] skip: robaho-httpserver does not subscribe to echo-ws-pipeline
[info] rebuilding site/data/*.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/frameworks.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/api-16-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/api-4-256.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/async-db-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/baseline-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/baseline-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/fortunes-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-comp-16384.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-comp-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-comp-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/limited-conn-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/limited-conn-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/pipelined-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/pipelined-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/static-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/static-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/static-6800.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/upload-256.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/upload-32.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/current.json
[info] done
httparena-postgres
[info] restoring loopback MTU to 65536
[info] restoring CPU governor → powersave

@ruroru
Copy link
Copy Markdown
Contributor Author

ruroru commented May 25, 2026

/benchmark -f robaho-httpserver

@github-actions
Copy link
Copy Markdown
Contributor

👋 /benchmark request received. A collaborator will review and approve the run.

@github-actions
Copy link
Copy Markdown
Contributor

Benchmark Results

Framework: robaho-httpserver | Test: all tests

Test Conn RPS CPU Mem Δ RPS Δ Mem
baseline 512 628,847 2499.3% 2.3GiB NEW NEW
baseline 4096 588,064 2529.3% 2.4GiB NEW NEW
pipelined 512 9,352,164 5443.4% 3.8GiB NEW NEW
pipelined 4096 8,077,903 5072.6% 4.7GiB NEW NEW
limited-conn 512 497,154 2421.8% 1.8GiB NEW NEW
limited-conn 4096 451,778 2428.2% 1.8GiB NEW NEW
json 4096 442,758 4967.0% 3.3GiB NEW NEW
json-comp 512 17,691 415.5% 1.4GiB NEW NEW
json-comp 4096 83,991 2025.9% 1.9GiB NEW NEW
json-comp 16384 156,692 3788.5% 4.0GiB NEW NEW
upload 32 2,765 2219.4% 465MiB NEW NEW
upload 256 3,136 2510.2% 736MiB NEW NEW
api-4 256 35,267 401.7% 543MiB NEW NEW
api-16 1024 92,934 1554.3% 1.0GiB NEW NEW
static 1024 187,539 5292.0% 3.1GiB NEW NEW
static 4096 172,375 5398.6% 3.3GiB NEW NEW
static 6800 173,317 5332.0% 3.4GiB NEW NEW
async-db 1024 128,205 4609.3% 3.1GiB NEW NEW
fortunes 1024 69,951 5593.4% 6.8GiB NEW NEW
Full log
[info] waiting for server...
[info] server ready

[run 1/3]
gcannon v0.5.3
  Target:    localhost:8080/
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  25
  Templates: 5
  Expected:  200
  Duration:  10s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   7.54ms   6.55ms   8.21ms   12.10ms   37.40ms

  1230018 requests in 10.00s, 1229343 responses
  Throughput: 122.90K req/s
  Bandwidth:  468.74MB/s
  Status codes: 2xx=1229343, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 1229343 / 1229343 responses (100.0%)
  Latency overflow (>5s): 43
  Reconnects: 48692
  Per-template: 245604,246061,246355,245862,245461
  Per-template-ok: 245604,246061,246355,245862,245461
[info] CPU 5144.4% | Mem 3.1GiB

[run 2/3]
gcannon v0.5.3
  Target:    localhost:8080/
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  25
  Templates: 5
  Expected:  200
  Duration:  10s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   7.22ms   7.13ms   8.71ms   11.40ms   14.90ms

  1282707 requests in 10.00s, 1282059 responses
  Throughput: 128.18K req/s
  Bandwidth:  489.14MB/s
  Status codes: 2xx=1282059, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 1282057 / 1282059 responses (100.0%)
  Reconnects: 50992
  Per-template: 256505,256162,256391,256351,256648
  Per-template-ok: 256505,256162,256391,256351,256648
[info] CPU 4609.3% | Mem 3.1GiB

[run 3/3]
gcannon v0.5.3
  Target:    localhost:8080/
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  25
  Templates: 5
  Expected:  200
  Duration:  10s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   7.52ms   7.48ms   9.02ms   11.80ms   15.80ms

  1256734 requests in 10.00s, 1256199 responses
  Throughput: 125.59K req/s
  Bandwidth:  479.23MB/s
  Status codes: 2xx=1256199, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 1256199 / 1256199 responses (100.0%)
  Reconnects: 49974
  Per-template: 251389,251067,251041,251325,251377
  Per-template-ok: 251389,251067,251041,251325,251377
[info] CPU 4507.6% | Mem 3.1GiB

=== Best: 128205 req/s (CPU: 4609.3%, Mem: 3.1GiB) ===
[info] input BW: 8.56MB/s (avg template: 70 bytes)
[info] saved results/async-db/1024/robaho-httpserver.json
httparena-bench-robaho-httpserver
httparena-bench-robaho-httpserver
[info] skip: robaho-httpserver does not subscribe to crud

==============================================
=== robaho-httpserver / fortunes / 1024c (tool=gcannon) ===
==============================================
[info] waiting for server...
[info] server ready

[run 1/3]
gcannon v0.5.3
  Target:    localhost:8080/fortunes
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  unlimited (keep-alive)
  Expected:  200
  Duration:  5s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   14.28ms   10.70ms   16.30ms   29.20ms   880.80ms

  251966 requests in 5.00s, 251222 responses
  Throughput: 50.22K req/s
  Bandwidth:  1.17GB/s
  Status codes: 2xx=251222, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 251222 / 251222 responses (100.0%)
[info] CPU 5263.7% | Mem 5.9GiB

[run 2/3]
gcannon v0.5.3
  Target:    localhost:8080/fortunes
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  unlimited (keep-alive)
  Expected:  200
  Duration:  5s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   10.89ms   9.56ms   14.70ms   20.90ms   214.10ms

  348579 requests in 5.00s, 347876 responses
  Throughput: 69.55K req/s
  Bandwidth:  1.62GB/s
  Status codes: 2xx=347876, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 347875 / 347876 responses (100.0%)
[info] CPU 5522.8% | Mem 5.8GiB

[run 3/3]
gcannon v0.5.3
  Target:    localhost:8080/fortunes
  Threads:   64
  Conns:     1024 (16/thread)
  Pipeline:  1
  Req/conn:  unlimited (keep-alive)
  Expected:  200
  Duration:  5s


  Thread Stats   Avg      p50      p90      p99    p99.9
    Latency   10.19ms   8.87ms   15.20ms   22.60ms   221.10ms

  350454 requests in 5.00s, 349758 responses
  Throughput: 69.92K req/s
  Bandwidth:  1.63GB/s
  Status codes: 2xx=349758, 3xx=0, 4xx=0, 5xx=0
  Latency samples: 349757 / 349758 responses (100.0%)
[info] CPU 5593.4% | Mem 6.8GiB

=== Best: 69951 req/s (CPU: 5593.4%, Mem: 6.8GiB) ===
[info] saved results/fortunes/1024/robaho-httpserver.json
httparena-bench-robaho-httpserver
httparena-bench-robaho-httpserver
[info] skip: robaho-httpserver does not subscribe to baseline-h2
[info] skip: robaho-httpserver does not subscribe to static-h2
[info] skip: robaho-httpserver does not subscribe to baseline-h2c
[info] skip: robaho-httpserver does not subscribe to json-h2c
[info] skip: robaho-httpserver does not subscribe to baseline-h3
[info] skip: robaho-httpserver does not subscribe to static-h3
[info] skip: robaho-httpserver does not subscribe to gateway-64
[info] skip: robaho-httpserver does not subscribe to gateway-h3
[info] skip: robaho-httpserver does not subscribe to production-stack
[info] skip: robaho-httpserver does not subscribe to unary-grpc
[info] skip: robaho-httpserver does not subscribe to unary-grpc-tls
[info] skip: robaho-httpserver does not subscribe to stream-grpc
[info] skip: robaho-httpserver does not subscribe to stream-grpc-tls
[info] skip: robaho-httpserver does not subscribe to echo-ws
[info] skip: robaho-httpserver does not subscribe to echo-ws-pipeline
[info] rebuilding site/data/*.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/frameworks.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/api-16-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/api-4-256.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/async-db-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/baseline-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/baseline-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/fortunes-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-comp-16384.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-comp-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/json-comp-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/limited-conn-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/limited-conn-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/pipelined-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/pipelined-512.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/static-1024.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/static-4096.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/static-6800.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/upload-256.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/upload-32.json
[updated] /home/diogo/actions-runner/_work/HttpArena/HttpArena/site/data/current.json
[info] done
httparena-postgres
[info] restoring loopback MTU to 65536
[info] restoring CPU governor → powersave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant