Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 13, 2025
1 parent b12fc7e commit 089a06b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ lto = "thin"

[workspace.dependencies]
# Stark Backend
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev = "25265e7", default-features = false }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev = "25265e7", default-features = false }
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", branch = "lunkai/test-metrics", default-features = false }
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", branch = "lunkai/test-metrics", default-features = false }

# OpenVM
openvm-sdk = { path = "crates/sdk", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions crates/prof/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn main() -> Result<()> {
for (metrics_path, prev_metrics_path) in args.json_paths.into_iter().zip_eq(prev_json_paths) {
let db = MetricDb::new(&metrics_path)?;
let grouped = GroupedMetrics::new(&db, "group")?;
// ^ is empty?
let mut aggregated = grouped.aggregate();
let mut prev_aggregated = None;
if let Some(prev_path) = prev_metrics_path {
Expand Down

0 comments on commit 089a06b

Please sign in to comment.