Skip to content

Commit

Permalink
chore: Update dependency, framework and bindings versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 28, 2024
1 parent acd3168 commit 4fdbaff
Show file tree
Hide file tree
Showing 12 changed files with 349 additions and 320 deletions.
629 changes: 329 additions & 300 deletions Cargo.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ serde = "1"
serde_yaml = "0.9"
serde_json = "1"
walkdir = "2"
sysinfo = "0.31"
sysinfo = "0.32"
url = "2.5.0"
tabled = "0.16.0"
indicatif = "0.17.8"
Expand Down Expand Up @@ -130,17 +130,17 @@ mr_bundle = "0.4.0-dev.8"
holochain_serialized_bytes = "0.0.55"

# Framework
wind_tunnel_core = { path = "./framework/core", version = "0.3.0-alpha.1" }
wind_tunnel_instruments = { path = "./framework/instruments", version = "0.3.0-alpha.1" }
wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.3.0-alpha.1" }
wind_tunnel_runner = { path = "./framework/runner", version = "0.3.0-alpha.1" }
wind_tunnel_summary_model = { path = "./framework/summary_model", version = "0.3.0-alpha.1" }
wind_tunnel_core = { path = "./framework/core", version = "0.4.0-alpha.1" }
wind_tunnel_instruments = { path = "./framework/instruments", version = "0.4.0-alpha.1" }
wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.4.0-alpha.1" }
wind_tunnel_runner = { path = "./framework/runner", version = "0.4.0-alpha.1" }
wind_tunnel_summary_model = { path = "./framework/summary_model", version = "0.4.0-alpha.1" }

# Bindings
holochain_client_instrumented = { path = "./bindings/client", version = "0.3.0-alpha.1" }
holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.3.0-alpha.1" }
trycp_client_instrumented = { path = "./bindings/trycp_client", version = "0.3.0-alpha.1" }
trycp_wind_tunnel_runner = { path = "./bindings/trycp_runner", version = "0.3.0-alpha.1" }
holochain_client_instrumented = { path = "./bindings/client", version = "0.4.0-alpha.1" }
holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.4.0-alpha.1" }
trycp_client_instrumented = { path = "./bindings/trycp_client", version = "0.4.0-alpha.1" }
trycp_wind_tunnel_runner = { path = "./bindings/trycp_runner", version = "0.4.0-alpha.1" }

# hApp Builder
happ_builder = { path = "./happ_builder", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion bindings/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_client_instrumented"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "An instrumented wrapper around the holochain_client"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_wind_tunnel_runner"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "Customises the wind_tunnel_runner for Holochain testing"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/trycp_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trycp_client_instrumented"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "An instrumented wrapper around trycp_client"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/trycp_runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trycp_wind_tunnel_runner"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "Customises the wind_tunnel_runner for Holochain testing"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_core"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "Core components for Wind Tunnel"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/instruments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_instruments"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "Instruments for measuring performance with Wind Tunnel"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/instruments_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_instruments_derive"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "Derive macros for the wind_tunnel_instruments crate"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_runner"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "The Wind Tunnel runner"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down
2 changes: 1 addition & 1 deletion framework/runner/src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub(crate) fn start_monitor(mut shutdown_listener: DelegatedShutdownListener) {
break;
}

sys.refresh_processes_specifics(ProcessesToUpdate::Some(&[this_process_pid]), ProcessRefreshKind::new().with_cpu());
sys.refresh_processes_specifics(ProcessesToUpdate::Some(&[this_process_pid]), true, ProcessRefreshKind::new().with_cpu());

let process = sys.process(this_process_pid).expect("Failed to get process info");

Expand Down
2 changes: 1 addition & 1 deletion framework/summary_model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wind_tunnel_summary_model"
version = "0.3.0-alpha.1"
version = "0.4.0-alpha.1"
description = "The Wind Tunnel summary model"
license = "MIT"
authors = ["ThetaSinner"]
Expand Down

0 comments on commit 4fdbaff

Please sign in to comment.