We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef75415 commit e8c42f5Copy full SHA for e8c42f5
1 file changed
README.md
@@ -202,10 +202,12 @@ several parameters (the file includes comments with full examples).
202
are a large number of tags or executables, it is better to only select a few
203
so that the plots are not too cluttered.
204
Given as a list of tuples containing the name of an executable + commitid of a revision. An 'L' denotes the last revision. Example:
205
+
206
```python
207
COMP_EXECUTABLES = [
208
('myexe', '21df2423ra'),
- ('myexe', 'L'),]
209
+ ('myexe', 'L'),
210
+]
211
```
212
213
## Getting help
0 commit comments