Skip to content

Commit dd890cc

Browse files
rename system and partition to default
1 parent 392efbc commit dd890cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ Here is an example for our STREAM benchmark:
262262
263263
@rfm.simple_test
264264
class stream_test(rfm.RunOnlyRegressionTest):
265-
...
265+
# ...
266266
reference = {
267-
'myhost:baseline': {
267+
'generic:default': {
268268
'copy_bw': (23_890, -0.10, 0.30, 'MB/s'),
269269
'triad_bw': (17_064, -0.05, 0.50, 'MB/s'),
270270
}

0 commit comments

Comments
 (0)