We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f27dff + f7e3814 commit 8ecee83Copy full SHA for 8ecee83
determining_wasm_gas_costs.md
@@ -14,7 +14,7 @@ Ethereum nodes. We assume that a 2.2 Ghz model is the average.
14
According to Intel, the 2.2 Ghz clock rate roughly equals to `2 200 000 000` cycles per second.
15
16
**Assumption 2**: 1 second of CPU execution equals to 10 million gas
17
-(i.e. 1 gas equals to 0.1 us).
+(i.e. 1 gas equals to 0.1 µs).
18
19
This equals to **`0.0045` gas per cycle**. (`10 000 000 / 2 200 000 000`)
20
0 commit comments