Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the codes for binding services #828

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Conversation

mayuki
Copy link
Member

@mayuki mayuki commented Aug 28, 2024

No description provided.

@mayuki
Copy link
Member Author

mayuki commented Aug 28, 2024

/benchmark

Copy link
Contributor

github-actions bot commented Aug 28, 2024

❌ Benchmark failed

See the detail on CI Link

Benchmark failed ❌

1 similar comment
Copy link
Contributor

github-actions bot commented Aug 28, 2024

❌ Benchmark failed

See the detail on CI Link

Benchmark failed ❌

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 28 --streams 70 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:70"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:70"

Benchmark environment expiration: 10min (Until 2024-08-28T08:46:18Z UTC)

@mayuki mayuki force-pushed the feature/RefactorServerBinder branch from 05e06d2 to 754da1c Compare August 28, 2024 08:35
Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 1 --streams 70 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:70x1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:70x1"

Benchmark environment expiration: 10min (Until 2024-08-28T08:51:14Z UTC)

@mayuki
Copy link
Member Author

mayuki commented Aug 28, 2024

/benchmark

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 28 --streams 1 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:1"

Benchmark environment expiration: 10min (Until 2024-08-28T08:56:47Z UTC)

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 1 --streams 1 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:1x1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:1x1"

Benchmark environment expiration: 10min (Until 2024-08-28T08:59:55Z UTC)

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 28 --streams 70 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:70"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:70"

Benchmark environment expiration: 10min (Until 2024-08-28T09:02:42Z UTC)

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 1 --streams 70 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:70x1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:70x1"

Benchmark environment expiration: 10min (Until 2024-08-28T09:05:57Z UTC)

@mayuki
Copy link
Member Author

mayuki commented Aug 28, 2024

/benchmark

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 28 --streams 1 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:1"

Benchmark environment expiration: 10min (Until 2024-08-28T10:06:00Z UTC)

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 1 --streams 1 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:1x1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:1x1"

Benchmark environment expiration: 10min (Until 2024-08-28T10:11:25Z UTC)

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 28 --streams 70 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:70"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:70"

Benchmark environment expiration: 10min (Until 2024-08-28T10:14:25Z UTC)

Copy link
Contributor

github-actions bot commented Aug 28, 2024

✅ Benchmark completed

See the detail on CI Link

Successfully complete Benchmark. 🚀

Benchmark settings:

client-args: --args "-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels 1 --streams 70 --serialization messagepack --validate true --tags legend:messagepack-h2c-linux,streams:70x1"
server-args: --args "--validate true --tags legend:messagepack-h2c-linux,streams:70x1"

Benchmark environment expiration: 10min (Until 2024-08-28T10:17:21Z UTC)

@mayuki mayuki merged commit 07f1bae into main Aug 29, 2024
3 checks passed
@mayuki mayuki deleted the feature/RefactorServerBinder branch August 29, 2024 01:48
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