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
However, the gotten benchmarks in the directory include all the different benchmarks already, cannot get one subbenchmark out.
36
41
```bash
37
42
├── Bitcode
@@ -49,6 +54,27 @@ However, the gotten benchmarks in the directory include all the different benchm
49
54
├── SingleSource
50
55
└── tools
51
56
```
57
+
58
+
-`SingleSource/`
59
+
Contains test programs that are only a single source file in size. A subdirectory may contain several programs.
60
+
61
+
-`MultiSource/`
62
+
Contains subdirectories which entire programs with multiple source files. Large benchmarks and whole applications go here.
63
+
64
+
-`MicroBenchmarks/`
65
+
Programs using the google-benchmark library. The programs define functions that are run multiple times until the measurement results are statistically significant.
66
+
67
+
-`External/`
68
+
Contains descriptions and test data for code that cannot be directly distributed with the test-suite. The most prominent members of this directory are the SPEC CPU benchmark suites. See External Suites.
69
+
70
+
-`Bitcode/`
71
+
These tests are mostly written in LLVM bitcode.
72
+
73
+
-`CTMark/`
74
+
Contains symbolic links to other benchmarks forming a representative sample for compilation performance measurements.
0 commit comments