Commit 0df5be0
migrate to GB6 (#224)
* migrate to GB6
* fix typo
* remove unnecessary libraries
* removed unnexxessary text
* updated string concatenation to be more readable
* updated geekbenchmetricparser testing to test new GB output
* updated geekbench metricparsertesting to include GB6
* removing GeekbenchResult, tests, and example file as it is no longer used. It has been replaced by GeekbenchMetricsParser.
* updating Geekbench executor to fix build errors. Replaced GeekbenchResult with GeekbenchMetricsParser
* updated metric convention, so ScenarioName and MetricName are fixed in Kusto
* fixing typo
* added email parser
* GB6 unlock username is grabbed from Geekbench_6.preferences file now - not hardcoded
* fixed spacing issue
* updated geekbench 6 documentation. Added error catching to geekbench executor
* updated GB6 to directly call the executable instead of using geekbench6(.exe) to address linux-x64 issues
* removed debug print statement
---------
Co-authored-by: Kayvon Tadj <kayvontadj@microsoft.com>1 parent 6b27bd6 commit 0df5be0
File tree
12 files changed
+645
-2577
lines changed- src/VirtualClient
- VirtualClient.Actions.UnitTests
- Examples/Geekbench
- GeekBench
- VirtualClient.Actions/GeekBench
- VirtualClient.Contracts/Parser
- VirtualClient.Main/profiles
- website/docs/workloads/geekbench
12 files changed
+645
-2577
lines changedLines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments