Skip to content

Commit

Permalink
make less noise in the gitlab job output (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa2010 authored Oct 18, 2022
1 parent b9773cc commit 990c120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/push_bench_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ do
# send metric with common results
echo 'parity_benchmark_common_result_ns{project="'${CI_PROJECT_NAME}'",benchmark="'${BENCH_NAME}'"} '${BENCH_RESULT}''
echo 'parity_benchmark_common_result_ns{project="'${CI_PROJECT_NAME}'",benchmark="'${BENCH_NAME}'"} '${BENCH_RESULT}'' \
| curl --data-binary @- "https://pushgateway.parity-build.parity.io/metrics/job/${BENCH_NAME}"
| curl --silent --data-binary @- "https://pushgateway.parity-build.parity.io/metrics/job/${BENCH_NAME}"

# send metric with detailed results
echo 'parity_benchmark_specific_result_ns{project="'${CI_PROJECT_NAME}'",benchmark="'${BENCH_NAME}'",commit="'${CI_COMMIT_SHORT_SHA}'",cirunner="'${RUNNER_NAME}'"} '${BENCH_RESULT}''
echo 'parity_benchmark_specific_result_ns{project="'${CI_PROJECT_NAME}'",benchmark="'${BENCH_NAME}'",commit="'${CI_COMMIT_SHORT_SHA}'",cirunner="'${RUNNER_NAME}'"} '${BENCH_RESULT}'' \
| curl --data-binary @- "https://pushgateway.parity-build.parity.io/metrics/job/${BENCH_NAME}"
| curl --silent --data-binary @- "https://pushgateway.parity-build.parity.io/metrics/job/${BENCH_NAME}"


done < "${INPUT}"

6 comments on commit 990c120

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 990c120 Previous: bd82880 Ratio
sync/ws_concurrent_conn_calls/fast_call/32 5505261 ns/iter (± 88044) 2662439 ns/iter (± 59042) 2.07
sync/ws_concurrent_conn_calls/fast_call/64 10465301 ns/iter (± 227917) 5134089 ns/iter (± 86672) 2.04
sync/ws_concurrent_conn_subs/1024 157854249 ns/iter (± 728267) 78187760 ns/iter (± 801847) 2.02
async/ws_concurrent_conn_calls/fast_call/32 5482802 ns/iter (± 134301) 2651102 ns/iter (± 54020) 2.07
async/ws_concurrent_conn_calls/fast_call/64 10442562 ns/iter (± 235166) 5125868 ns/iter (± 130017) 2.04
async/ws_concurrent_conn_subs/1024 157996306 ns/iter (± 920185) 78138532 ns/iter (± 815149) 2.02

This comment was automatically generated by workflow using github-action-benchmark.

CC: @niklasad1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 990c120 Previous: bd82880 Ratio
sync/ws_concurrent_conn_calls/fast_call/32 5492340 ns/iter (± 90874) 2662439 ns/iter (± 59042) 2.06
sync/ws_concurrent_conn_calls/fast_call/64 10397588 ns/iter (± 251628) 5134089 ns/iter (± 86672) 2.03
sync/ws_concurrent_conn_subs/1024 157915240 ns/iter (± 937745) 78187760 ns/iter (± 801847) 2.02
async/ws_concurrent_conn_calls/fast_call/32 5489479 ns/iter (± 86192) 2651102 ns/iter (± 54020) 2.07
async/ws_concurrent_conn_calls/fast_call/64 10424911 ns/iter (± 324133) 5125868 ns/iter (± 130017) 2.03
async/ws_concurrent_conn_subs/1024 158046473 ns/iter (± 769022) 78138532 ns/iter (± 815149) 2.02

This comment was automatically generated by workflow using github-action-benchmark.

CC: @niklasad1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 990c120 Previous: bd82880 Ratio
sync/ws_concurrent_conn_calls/fast_call/32 5494098 ns/iter (± 95428) 2662439 ns/iter (± 59042) 2.06
sync/ws_concurrent_conn_calls/fast_call/64 10413239 ns/iter (± 263332) 5134089 ns/iter (± 86672) 2.03
sync/ws_concurrent_conn_subs/1024 157896600 ns/iter (± 826474) 78187760 ns/iter (± 801847) 2.02
async/ws_concurrent_conn_calls/fast_call/32 5502390 ns/iter (± 96897) 2651102 ns/iter (± 54020) 2.08
async/ws_concurrent_conn_calls/fast_call/64 10352536 ns/iter (± 248881) 5125868 ns/iter (± 130017) 2.02
async/ws_concurrent_conn_subs/1024 157760754 ns/iter (± 873101) 78138532 ns/iter (± 815149) 2.02

This comment was automatically generated by workflow using github-action-benchmark.

CC: @niklasad1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 990c120 Previous: bd82880 Ratio
sync/ws_concurrent_conn_calls/fast_call/32 5488543 ns/iter (± 76884) 2662439 ns/iter (± 59042) 2.06
sync/ws_concurrent_conn_calls/fast_call/64 10425552 ns/iter (± 251424) 5134089 ns/iter (± 86672) 2.03
sync/ws_concurrent_conn_subs/1024 157765563 ns/iter (± 936434) 78187760 ns/iter (± 801847) 2.02
async/ws_concurrent_conn_calls/fast_call/32 5481374 ns/iter (± 66550) 2651102 ns/iter (± 54020) 2.07
async/ws_concurrent_conn_calls/fast_call/64 10428134 ns/iter (± 252656) 5125868 ns/iter (± 130017) 2.03
async/ws_concurrent_conn_subs/1024 157779178 ns/iter (± 867181) 78138532 ns/iter (± 815149) 2.02

This comment was automatically generated by workflow using github-action-benchmark.

CC: @niklasad1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 990c120 Previous: bd82880 Ratio
sync/ws_concurrent_conn_calls/fast_call/32 5495879 ns/iter (± 117743) 2662439 ns/iter (± 59042) 2.06
sync/ws_concurrent_conn_calls/fast_call/64 10394588 ns/iter (± 277908) 5134089 ns/iter (± 86672) 2.02
sync/ws_concurrent_conn_subs/1024 158010216 ns/iter (± 948263) 78187760 ns/iter (± 801847) 2.02
async/ws_concurrent_conn_calls/fast_call/32 5482236 ns/iter (± 67819) 2651102 ns/iter (± 54020) 2.07
async/ws_concurrent_conn_calls/fast_call/64 10386386 ns/iter (± 262229) 5125868 ns/iter (± 130017) 2.03
async/ws_concurrent_conn_subs/1024 157954901 ns/iter (± 942798) 78138532 ns/iter (± 815149) 2.02

This comment was automatically generated by workflow using github-action-benchmark.

CC: @niklasad1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 990c120 Previous: bd82880 Ratio
sync/ws_concurrent_conn_calls/fast_call/32 5482243 ns/iter (± 93072) 2662439 ns/iter (± 59042) 2.06
sync/ws_concurrent_conn_calls/fast_call/64 10386647 ns/iter (± 234043) 5134089 ns/iter (± 86672) 2.02
sync/ws_concurrent_conn_subs/1024 157714538 ns/iter (± 904351) 78187760 ns/iter (± 801847) 2.02
async/ws_concurrent_conn_calls/fast_call/32 5494031 ns/iter (± 68713) 2651102 ns/iter (± 54020) 2.07
async/ws_concurrent_conn_calls/fast_call/64 10434137 ns/iter (± 291061) 5125868 ns/iter (± 130017) 2.04
async/ws_concurrent_conn_subs/1024 157701568 ns/iter (± 859503) 78138532 ns/iter (± 815149) 2.02

This comment was automatically generated by workflow using github-action-benchmark.

CC: @niklasad1

Please sign in to comment.