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

feat: add tps metric to contracts table #2468

Merged
merged 16 commits into from
Oct 8, 2024

torii client

10c561d
Select commit
Loading
Failed to load commit list.
Merged

feat: add tps metric to contracts table #2468

torii client
10c561d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 8, 2024 in 1s

30.47% of diff hit (target 68.96%)

View this Pull Request on Codecov

30.47% of diff hit (target 68.96%)

Annotations

Check warning on line 180 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L171-L180

Added lines #L171 - L180 were not covered by tests

Check warning on line 161 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L161

Added line #L161 was not covered by tests

Check warning on line 392 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L392

Added line #L392 was not covered by tests

Check warning on line 420 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L413-L420

Added lines #L413 - L420 were not covered by tests

Check warning on line 441 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L441

Added line #L441 was not covered by tests

Check warning on line 460 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L458-L460

Added lines #L458 - L460 were not covered by tests

Check warning on line 521 in crates/torii/core/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/engine.rs#L521

Added line #L521 was not covered by tests

Check warning on line 204 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L204

Added line #L204 was not covered by tests

Check warning on line 208 in crates/torii/core/src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/executor.rs#L208

Added line #L208 was not covered by tests

Check warning on line 101 in crates/torii/core/src/sql.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/sql.rs#L101

Added line #L101 was not covered by tests

Check warning on line 88 in crates/torii/core/src/types.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/core/src/types.rs#L88

Added line #L88 was not covered by tests

Check warning on line 74 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L74

Added line #L74 was not covered by tests

Check warning on line 127 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L114-L127

Added lines #L114 - L127 were not covered by tests

Check warning on line 319 in crates/torii/grpc/src/client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/client.rs#L314-L319

Added lines #L314 - L319 were not covered by tests

Check warning on line 137 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L137

Added line #L137 was not covered by tests

Check warning on line 700 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L694-L700

Added lines #L694 - L700 were not covered by tests

Check warning on line 1042 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1041-L1042

Added lines #L1041 - L1042 were not covered by tests

Check warning on line 1048 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1047-L1048

Added lines #L1047 - L1048 were not covered by tests

Check warning on line 1059 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1053-L1059

Added lines #L1053 - L1059 were not covered by tests

Check warning on line 48 in crates/torii/grpc/src/server/subscriptions/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/subscriptions/indexer.rs#L38-L48

Added lines #L38 - L48 were not covered by tests

Check warning on line 56 in crates/torii/grpc/src/server/subscriptions/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/subscriptions/indexer.rs#L50-L56

Added lines #L50 - L56 were not covered by tests

Check warning on line 58 in crates/torii/grpc/src/server/subscriptions/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/subscriptions/indexer.rs#L58

Added line #L58 was not covered by tests

Check warning on line 69 in crates/torii/grpc/src/server/subscriptions/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/subscriptions/indexer.rs#L61-L69

Added lines #L61 - L69 were not covered by tests

Check warning on line 74 in crates/torii/grpc/src/server/subscriptions/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/subscriptions/indexer.rs#L71-L74

Added lines #L71 - L74 were not covered by tests

Check warning on line 78 in crates/torii/grpc/src/server/subscriptions/indexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/subscriptions/indexer.rs#L76-L78

Added lines #L76 - L78 were not covered by tests