You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bankofanthos_prototype/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Eval Driver Prototype on Bank Of Anthos
2
2
Eval driver runs diff testing for bank of anthos, it takes two versions of Bank Of Anthos and sampled requests as input, display response diff and database diff as output.
3
3
4
+
For the same set of requests, we run 4 different trials:
5
+
1. Send all requests to v1 as Control
6
+
2. Send all requests to v2 as Experimental_1
7
+
3. Send half request to v1, half request to v2 as Experimental_2
8
+
4. Send half request to v2, half request to v1 as Experimental_3
9
+
10
+
While we do diffs at the end, we compare Control and Experimental_*.
0 commit comments