Skip to content

Commit f827d54

Browse files
committed
refactor the binary and library name
1 parent 07ae8ac commit f827d54

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
uses: ./
1919
with:
2020
tx_hash: "0xaaf333656d069068844d17f175fa5b73534c0b71599100bee2153791c3e81edc"
21-
rpc_url: "http://localhost:8547"
21+
rpc_url: "https://sepolia-rollup.arbitrum.io/rpc"
2222
threshold: "1"

crates/stylus-trace-core/tests/parser_tests.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
use serde_json::json;
2-
use stylus_trace_core::parser::hostio::{
3-
parse_hostio_event, HostIoEvent, HostIoStats, HostIoType,
4-
};
2+
use stylus_trace_core::parser::hostio::{parse_hostio_event, HostIoEvent, HostIoStats, HostIoType};
53
use stylus_trace_core::parser::stylus_trace::{extract_total_gas, parse_gas_value, parse_trace};
64

75
#[test]

0 commit comments

Comments
 (0)