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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using static System.Math; | |
namespace Foo { | |
public static class DoubleExtensions { | |
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
go test -bench=. -timeout=20m | |
#GithubAPI Routes: 203 | |
Ace: 60520 Bytes | |
Beego: 165192 Bytes | |
Bone: 92960 Bytes | |
Denco: 36440 Bytes | |
Gin: 66896 Bytes | |
GocraftWeb: 88840 Bytes | |
Goji: 50584 Bytes |