Skip to content

Commit

Permalink
keep manufacturer names in cpu names
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Eisenmann <[email protected]>
  • Loading branch information
Bastian-Eisenmann committed Jan 14, 2025
1 parent 4cd4a68 commit 6496d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class CO2FootprintFactoryTest extends Specification {
def traceRecord = new TraceRecord()
traceRecord.realtime = (1 as Long) * (3600000 as Long)
traceRecord.cpus = 1
traceRecord.cpu_model = "EPYC 7251"
traceRecord.cpu_model = "AMD EPYC 7251"
traceRecord.'%cpu' = 100.0
traceRecord.memory = (7 as Long) * (1000000000 as Long)

Expand Down

0 comments on commit 6496d3c

Please sign in to comment.