Skip to content

Commit f8ef45e

Browse files
committed
Correctly account for puts in gas cost and eff runtime
1 parent 3b66b9d commit f8ef45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchparse/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const EffectiveTimeGet = 11462
185185
const EffectiveTimePut = 35364
186186

187187
const getsKey = "getEvts"
188-
const putsKey = "putsEvts"
188+
const putsKey = "putEvts"
189189
const bytesPutKey = "bytesPut"
190190
const timeKey = "time/op"
191191

0 commit comments

Comments
 (0)