From db85cef39fa7d4b15f31f16af32a8de656e36dbb Mon Sep 17 00:00:00 2001 From: dabreegster Date: Tue, 13 Jul 2021 16:11:22 +0000 Subject: [PATCH] deploy: 3d5955c2b6c005a4bbf03aa44529ba02ed31e142 --- .../game/challenges/prebake/fn.prebake.html | 2 +- .../challenges/prebake/fn.prebake_all.html | 2 +- rustdoc/game/challenges/prebake/index.html | 2 +- .../prebake/struct.PrebakeSummary.html | 4 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/search-index.js | 4 +- rustdoc/sim/enum.AlertHandler.html | 6 +-- rustdoc/sim/sim/enum.AlertHandler.html | 6 +-- rustdoc/sim/sim/index.html | 2 +- rustdoc/sim/sim/struct.Sim.html | 10 ++--- rustdoc/sim/sim/struct.SimOptions.html | 7 +-- rustdoc/sim/sim/trait.SimCallback.html | 12 ++--- rustdoc/sim/struct.Sim.html | 10 ++--- rustdoc/sim/struct.SimOptions.html | 7 +-- rustdoc/sim/trait.SimCallback.html | 12 ++--- rustdoc/src/game/challenges/prebake.rs.html | 44 +++++-------------- .../game-b46195c1bf7e0216/out/built.rs.html | 2 +- rustdoc/src/sim/sim/mod.rs.html | 26 ++++++++++- 18 files changed, 82 insertions(+), 78 deletions(-) diff --git a/rustdoc/game/challenges/prebake/fn.prebake.html b/rustdoc/game/challenges/prebake/fn.prebake.html index c9b9f5a695..5902b1e40a 100644 --- a/rustdoc/game/challenges/prebake/fn.prebake.html +++ b/rustdoc/game/challenges/prebake/fn.prebake.html @@ -1,5 +1,5 @@ prebake in game::challenges::prebake - Rust

Function game::challenges::prebake::prebake[][src]

fn prebake(
    map: &Map,
    scenario: Scenario,
    opts: Option<SimOptions>,
    timer: &mut Timer<'_>
) -> PrebakeSummary
+ Change settings

Function game::challenges::prebake::prebake[][src]

fn prebake(
    map: &Map,
    scenario: Scenario,
    timer: &mut Timer<'_>
) -> PrebakeSummary
\ No newline at end of file diff --git a/rustdoc/game/challenges/prebake/fn.prebake_all.html b/rustdoc/game/challenges/prebake/fn.prebake_all.html index 8422b5088b..5bd376e14b 100644 --- a/rustdoc/game/challenges/prebake/fn.prebake_all.html +++ b/rustdoc/game/challenges/prebake/fn.prebake_all.html @@ -1,7 +1,7 @@ prebake_all in game::challenges::prebake - Rust

Function game::challenges::prebake::prebake_all[][src]

pub fn prebake_all()

Simulate a curated list of scenarios to completion, and save the analytics as “prebaked + Change settings

Function game::challenges::prebake::prebake_all[][src]

pub fn prebake_all()

Simulate a curated list of scenarios to completion, and save the analytics as “prebaked results,” to later compare simulation metrics against the baseline without map edits.

\ No newline at end of file diff --git a/rustdoc/game/challenges/prebake/index.html b/rustdoc/game/challenges/prebake/index.html index fd755cc18b..4f90d6e359 100644 --- a/rustdoc/game/challenges/prebake/index.html +++ b/rustdoc/game/challenges/prebake/index.html @@ -1,7 +1,7 @@ game::challenges::prebake - Rust

Module game::challenges::prebake[][src]

Structs

+ Change settings

Module game::challenges::prebake[][src]

Structs

PrebakeSummary

Functions

prebake
prebake_all

Simulate a curated list of scenarios to completion, and save the analytics as “prebaked results,” to later compare simulation metrics against the baseline without map edits.

diff --git a/rustdoc/game/challenges/prebake/struct.PrebakeSummary.html b/rustdoc/game/challenges/prebake/struct.PrebakeSummary.html index 6026d94161..c177688d68 100644 --- a/rustdoc/game/challenges/prebake/struct.PrebakeSummary.html +++ b/rustdoc/game/challenges/prebake/struct.PrebakeSummary.html @@ -1,14 +1,14 @@ PrebakeSummary in game::challenges::prebake - Rust

Struct game::challenges::prebake::PrebakeSummary[][src]

struct PrebakeSummary {
+                Change settings

Struct game::challenges::prebake::PrebakeSummary[][src]

struct PrebakeSummary {
     map: String,
     scenario: String,
     finished_trips: usize,
     cancelled_trips: usize,
     total_trip_duration_seconds: f64,
 }

- Fields

map: Stringscenario: Stringfinished_trips: usizecancelled_trips: usizetotal_trip_duration_seconds: f64

Trait Implementations

impl Serialize for PrebakeSummary[src]