Fix benchmark reporting

This commit is contained in:
Jamie Kyle 2024-09-06 11:15:53 -07:00 committed by GitHub
parent 24536e1342
commit f63d37d02e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ jobs:
rm -rf /tmp/mock rm -rf /tmp/mock
xvfb-run --auto-servernum node \ xvfb-run --auto-servernum node \
ts/test-mock/benchmarks/group_send_bench.js | \ ts/test-mock/benchmarks/group_send_bench.js | \
tee benchmark-group-send.log tee benchmark-large-group-send-with-blocks.log
timeout-minutes: 10 timeout-minutes: 10
env: env:
NODE_ENV: production NODE_ENV: production
@ -179,6 +179,7 @@ jobs:
node ./bin/publish.js ../benchmark-startup.log desktop.ci.performance.startup node ./bin/publish.js ../benchmark-startup.log desktop.ci.performance.startup
node ./bin/publish.js ../benchmark-send.log desktop.ci.performance.send node ./bin/publish.js ../benchmark-send.log desktop.ci.performance.send
node ./bin/publish.js ../benchmark-group-send.log desktop.ci.performance.groupSend node ./bin/publish.js ../benchmark-group-send.log desktop.ci.performance.groupSend
node ./bin/publish.js ../benchmark-large-group-send-with-blocks.log desktop.ci.performance.largeGroupSendWithBlocks
node ./bin/publish.js ../benchmark-large-group-send.log desktop.ci.performance.largeGroupSend node ./bin/publish.js ../benchmark-large-group-send.log desktop.ci.performance.largeGroupSend
node ./bin/publish.js ../benchmark-convo-open.log desktop.ci.performance.convoOpen node ./bin/publish.js ../benchmark-convo-open.log desktop.ci.performance.convoOpen
env: env: