Skip to content

Commit

Permalink
chore: cleanup snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 21, 2024
1 parent 162e49c commit 5aa0840
Show file tree
Hide file tree
Showing 186 changed files with 165 additions and 590 deletions.
1 change: 0 additions & 1 deletion hydroflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ debugging = [ "hydroflow_lang/debugging" ]

[[example]]
name = "kvs_bench"
required-features = [ "nightly" ]

[[example]]
name = "python_udf"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_async.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -16,4 +16,3 @@ digraph {
n2v1
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_async.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -15,4 +15,3 @@ subgraph sg_1v1 ["sg_1v1 stratum 0"]
1v1
2v1
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_batch.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand Down Expand Up @@ -40,4 +40,3 @@ digraph {
}
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_batch.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand Down Expand Up @@ -32,4 +32,3 @@ subgraph sg_3v1 ["sg_3v1 stratum 1"]
1v1
end
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_book.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand Down Expand Up @@ -48,4 +48,3 @@ digraph {
}
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_book.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand Down Expand Up @@ -42,4 +42,3 @@ subgraph sg_2v1 ["sg_2v1 stratum 0"]
6v1
end
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -16,4 +16,3 @@ digraph {
n2v1
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -15,4 +15,3 @@ subgraph sg_1v1 ["sg_1v1 stratum 0"]
1v1
2v1
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -19,4 +19,3 @@ digraph {
n3v1
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -18,4 +18,3 @@ subgraph sg_1v1 ["sg_1v1 stratum 0"]
2v1
3v1
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -27,4 +27,3 @@ digraph {
}
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -25,4 +25,3 @@ subgraph sg_1v1 ["sg_1v1 stratum 0"]
2v1
end
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "hydroflow.meta_graph().unwrap().to_dot(&Default::default())"
expression: "hydroflow.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand Down Expand Up @@ -88,4 +88,3 @@ digraph {
}
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "hydroflow.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "hydroflow.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand Down Expand Up @@ -80,4 +80,3 @@ subgraph sg_2v1 ["sg_2v1 stratum 0"]
12v1
end
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -16,4 +16,3 @@ digraph {
n2v1
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -15,4 +15,3 @@ subgraph sg_1v1 ["sg_1v1 stratum 0"]
1v1
2v1
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -26,4 +26,3 @@ digraph {
n3v1
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -22,4 +22,3 @@ subgraph sg_2v1 ["sg_2v1 stratum 1"]
2v1
3v1
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand All @@ -26,4 +26,3 @@ digraph {
n3v1
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand All @@ -22,4 +22,3 @@ subgraph sg_2v1 ["sg_2v1 stratum 1"]
2v1
3v1
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand Down Expand Up @@ -53,4 +53,3 @@ digraph {
}
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand Down Expand Up @@ -50,4 +50,3 @@ subgraph sg_1v1 ["sg_1v1 stratum 0"]
2v1
end
end

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_dot(&Default::default())"
expression: "df.meta_graph().unwrap().to_dot(& Default :: default())"
---
digraph {
node [fontname="Monaco,Menlo,Consolas,"Droid Sans Mono",Inconsolata,"Courier New",monospace", style=filled];
Expand Down Expand Up @@ -65,4 +65,3 @@ digraph {
}
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: hydroflow/tests/surface_codegen.rs
expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())"
expression: "df.meta_graph().unwrap().to_mermaid(& Default :: default())"
---
%%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%%
flowchart TD
Expand Down Expand Up @@ -58,4 +58,3 @@ subgraph sg_2v1 ["sg_2v1 stratum 0"]
6v1
end
end

This file was deleted.

Loading

0 comments on commit 5aa0840

Please sign in to comment.