File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ curl -XPOST -H "Content-type: application/json" -d '{
4
4
"type": "header",
5
5
"text": {
6
6
"type": "plain_text",
7
- "text": "Daily Flamegraph Report"
7
+ "text": "🔥 Daily Flamegraph Report"
8
8
}
9
9
},
10
10
{
@@ -14,10 +14,12 @@ curl -XPOST -H "Content-type: application/json" -d '{
14
14
"type": "section",
15
15
"text": {
16
16
"type": "mrkdwn",
17
- "text": "🔥 Flamegraphs are available at *<https://lambdaclass.github.io/ethrex/|lambdaclass.github.io/ethrex/>*\n
18
- • *<https://lambdaclass.github.io/ethrex/flamegraph_ethrex.svg/flamegraph_ethrex.svg|Ethrex Flamegraph >*\n
19
- • *<https://lambdaclass.github.io/ethrex/flamegraph_reth.svg/flamegraph_reth.svg|Reth Flamegraph >*\n"
17
+ "text": "Flamegraphs are available at *<https://lambdaclass.github.io/ethrex/|https:// lambdaclass.github.io/ethrex/>*\n
18
+ • *<https://lambdaclass.github.io/ethrex/flamegraph_ethrex.svg/flamegraph_ethrex.svg|Ethrex>*\n
19
+ • *<https://lambdaclass.github.io/ethrex/flamegraph_reth.svg/flamegraph_reth.svg|Reth>*\n"
20
20
}
21
- }
22
- ]
21
+ },
22
+ ],
23
+ "unfurl_links": true,
24
+ "unfurl_media": true
23
25
}' " $1 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
7
7
8
8
on :
9
9
push :
10
- branches : [ "main" ]
10
+ branches : [ "main", "automate-perf-tests" ]
11
11
workflow_dispatch :
12
12
13
13
env :
Original file line number Diff line number Diff line change 10
10
< meta content ="Ethrex flamegraph comparison " property ="og:title ">
11
11
< meta content ="Last updated {{LAST_UPDATE}} " property ="og:description ">
12
12
< meta property ="og:image " content ="flamegraph_ethrex.svg/flamegraph_ethrex.svg "/>
13
- < meta name ="twitter:label1 " content ="Ethrex time "/>
13
+ < meta name ="twitter:label1 " content ="🕒 Ethrex "/>
14
14
< meta name ="twitter:data1 " content ="{{ETHREX_TIME}} "/>
15
- < meta name ="twitter:label2 " content ="Reth time "/>
15
+ < meta name ="twitter:label2 " content ="🕒 Reth "/>
16
16
< meta name ="twitter:data2 " content ="{{RETH_TIME}} "/>
17
17
</ head >
18
18
< body >
You can’t perform that action at this time.
0 commit comments