-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulled upstream, ran postprocess_all.sh. woohoo
- Loading branch information
Tim Siwula
committed
Aug 23, 2017
1 parent
67a8904
commit 308eff1
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
``` | ||
Name Gascost Time (ns) MGas/S Gasprice for 10MGas/S Gas/Ideal percent VS Ecdsa | ||
------ --------- ----------- -------- ----------------------- ------------------- ---------- | ||
``` | ||
|
||
Columns | ||
|
||
* `MGas/S` - Shows what MGas per second was measured on that machine at that time | ||
* `Gasprice for 10MGas/S` shows what the gasprice should have been, in order to reach 10 MGas/second | ||
* `Gas/Ideal percent` shows how the gas should be adjusted, in order to reach 10 MGas/second | ||
* `VS Ecdsa` shows a factor by which the gascost should be multiplied, in order to reach the same G/S as `ecRecover` | ||
|