mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
fix typos in if statememnt in /test/e2e_node
This commit is contained in:
parent
50fb78b90b
commit
098c29b5f4
@ -30,7 +30,7 @@ import (
|
||||
// from NAS parallel benchmark (NPB) suite.
|
||||
type npbISWorkload struct{}
|
||||
|
||||
// Ensure npbISWorkload implemets NodePerfWorkload interface.
|
||||
// Ensure npbISWorkload implements NodePerfWorkload interface.
|
||||
var _ NodePerfWorkload = &npbISWorkload{}
|
||||
|
||||
func (w npbISWorkload) Name() string {
|
||||
|
@ -32,7 +32,7 @@ import (
|
||||
// https://github.com/tensorflow/models/tree/master/official/wide_deep.
|
||||
type tfWideDeepWorkload struct{}
|
||||
|
||||
// Ensure tfWideDeepWorkload implemets NodePerfWorkload interface.
|
||||
// Ensure tfWideDeepWorkload implements NodePerfWorkload interface.
|
||||
var _ NodePerfWorkload = &tfWideDeepWorkload{}
|
||||
|
||||
func (w tfWideDeepWorkload) Name() string {
|
||||
|
Loading…
Reference in New Issue
Block a user