Skip to content

Commit

Permalink
materials: Fix run.py in ruby example
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
  • Loading branch information
powerjg committed Aug 27, 2024
1 parent 741b876 commit ac64301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

workloads = {
"naive": NaiveArraySumWorkload,
"false_sharing": NoCacheBlockRaceArraySumWorkload,
"false_sharing": NoResultRaceArraySumWorkload,
"blocking": NoCacheBlockRaceArraySumWorkload,
}

Expand Down

0 comments on commit ac64301

Please sign in to comment.