We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1627b33 commit 3db53ddCopy full SHA for 3db53dd
README.md
@@ -1,2 +1,16 @@
1
# README
2
## You can view the latest Benchmark results summary [here](https://roulette-ppl.github.io/roulette-benchmark-data/)
3
+
4
5
+# workflow diagram
6
7
+```mermaid
8
+graph TD
9
+A[user] -- commit --> B[roulette-copy]
10
11
+B -- action [on commit, generate json files in results folder] --> C[roulette-benchmark-data]
12
13
+C -- action [on commit, generate plots and scribble docs] --> C
14
15
+C -- action [on successful workflow run, deploy to github pages website] --> D[Github pages]
16
+```
0 commit comments